#4C49BA

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

Shades of Rich Blue #4C49BA

Tints of Rich Blue #4C49BA

Color information

#4C49BA (or 0x4C49BA) is unknown color: approx Rich Blue. HEX triplet: 4C, 49 and BA. RGB value is (76,73,186). Sum of RGB (Red+Green+Blue) = 76+73+186=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C49BA is #B3B645. Grayscale: #565656. Windows color (decimal): -11777606 or 12208460. OLE color: 12208460.

HSL color Cylindrical-coordinate representation of color #4C49BA: hue angle of 241.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C49BA is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7673186-
CMYK0.590.6100.27
HSL241.59º45.02%50.78%-
HSV(B)241.59º60.75%72.94%-
XYZ14.239.8547.61-
YUV86.78183.99120.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=22.69%
G=21.79%
B=55.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76731860.590.6100.27241.5945.0250.78
Hex4C49BA3B3D01Bf22d33
Octal11411127273750333625563
Binary100110010010011011101011101111110101101111110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,186); }

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

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

 a { background-color: rgb(76,73,186); }

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

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

 span { border-color: rgb(76,73,186); }

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