#4C52B2

Color #4C52B2 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4C52B2

Tints of Rich Blue #4C52B2

Color information

#4C52B2 (or 0x4C52B2) is unknown color: approx Rich Blue. HEX triplet: 4C, 52 and B2. RGB value is (76,82,178). Sum of RGB (Red+Green+Blue) = 76+82+178=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #4C52B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C52B2 is #B3AD4D. Grayscale: #5A5A5A. Windows color (decimal): -11775310 or 11686476. OLE color: 11686476.

HSL color Cylindrical-coordinate representation of color #4C52B2: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C52B2 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7682178-
CMYK0.570.5400.30
HSL236.47º40.16%49.8%-
HSV(B)236.47º57.3%69.8%-
XYZ14.0310.7943.46-
YUV91.15177.01117.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=22.62%
G=24.40%
B=52.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76821780.570.5400.30236.4740.1649.8
Hex4C52B2393601Eec2832
Octal11412226271660363545062
Binary100110010100101011001011100111011001111011101100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C52B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C52B2; }

 p { color: rgb(76,82,178); }

 H1.HeaderClassName
 {
   color: #4C52B2;
 }
 .AnyTagClassName
 {
   color: #4C52B2;
 }
</style>
background-color css

<style>
 a { background-color: #4C52B2; }

 a { background-color: rgb(76,82,178); }

 div.DivClassName
 {
   background-color: #4C52B2;
 }
 .BgClassName
 {
   background-color: #4C52B2;
 }
</style>
border-color css

<style>
 span { border-color: #4C52B2; }

 span { border-color: rgb(76,82,178); }

 td.TdClassName
 {
   border-color: #4C52B2;
 }
 .TagClassName
 {
   border-color: #4C52B2;
 }
</style>