#4C4AB9

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

Shades of Rich Blue #4C4AB9

Tints of Rich Blue #4C4AB9

Color information

#4C4AB9 (or 0x4C4AB9) is unknown color: approx Rich Blue. HEX triplet: 4C, 4A and B9. RGB value is (76,74,185). Sum of RGB (Red+Green+Blue) = 76+74+185=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #4C4AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4AB9 is #B3B546. Grayscale: #565656. Windows color (decimal): -11777351 or 12143180. OLE color: 12143180.

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

Color convert

RGB7674185-
CMYK0.590.600.27
HSL241.08º44.22%50.78%-
HSV(B)241.08º60%72.55%-
XYZ14.199.9447.07-
YUV87.25183.16119.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=22.69%
G=22.09%
B=55.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76741850.590.600.27241.0844.2250.78
Hex4C4AB93B3C01Bf12c33
Octal11411227173740333615463
Binary100110010010101011100111101111110001101111110001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,185); }

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

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

 a { background-color: rgb(76,74,185); }

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

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

 span { border-color: rgb(76,74,185); }

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