#4C40BA

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

Shades of Rich Blue #4C40BA

Tints of Rich Blue #4C40BA

Color information

#4C40BA (or 0x4C40BA) is unknown color: approx Rich Blue. HEX triplet: 4C, 40 and BA. RGB value is (76,64,186). Sum of RGB (Red+Green+Blue) = 76+64+186=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C40BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40BA is #B3BF45. Grayscale: #515151. Windows color (decimal): -11779910 or 12206156. OLE color: 12206156.

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

Color convert

RGB7664186-
CMYK0.590.6600.27
HSL245.9º48.8%49.02%-
HSV(B)245.9º65.59%72.94%-
XYZ13.688.7547.42-
YUV81.5186.98124.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.31%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=23.31%
G=19.63%
B=57.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76641860.590.6600.27245.948.849.02
Hex4C40BA3B4201Bf63131
Octal114100272731020333666161
Binary1001100100000010111010111011100001001101111110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C40BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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