#4C4871

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

Shades of Corn Flower Blue #4C4871

Tints of Corn Flower Blue #4C4871

Color information

#4C4871 (or 0x4C4871) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 48 and 71. RGB value is (76,72,113). Sum of RGB (Red+Green+Blue) = 76+72+113=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4871 is #B3B78E. Grayscale: #4D4D4D. Windows color (decimal): -11777935 or 7424076. OLE color: 7424076.

HSL color Cylindrical-coordinate representation of color #4C4871: hue angle of 245.85º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C4871 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7672113-
CMYK0.330.3600.56
HSL245.85º22.16%36.27%-
HSV(B)245.85º36.28%44.31%-
XYZ8.287.3616.61-
YUV77.87147.83126.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=29.12%
G=27.59%
B=43.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76721130.330.3600.56245.8522.1636.27
Hex4C48712124038f61624
Octal11411016141440703662644
Binary10011001001000111000110000110010001110001111011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,72,113); }

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

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

 a { background-color: rgb(76,72,113); }

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

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

 span { border-color: rgb(76,72,113); }

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