#4C4874

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

Shades of Corn Flower Blue #4C4874

Tints of Corn Flower Blue #4C4874

Color information

#4C4874 (or 0x4C4874) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 48 and 74. RGB value is (76,72,116). Sum of RGB (Red+Green+Blue) = 76+72+116=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4874 is #B3B78B. Grayscale: #4E4E4E. Windows color (decimal): -11777932 or 7620684. OLE color: 7620684.

HSL color Cylindrical-coordinate representation of color #4C4874: hue angle of 245.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4874 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7672116-
CMYK0.340.3800.55
HSL245.45º23.4%36.86%-
HSV(B)245.45º37.93%45.49%-
XYZ8.457.4317.51-
YUV78.21149.33126.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=28.79%
G=27.27%
B=43.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76721160.340.3800.55245.4523.436.86
Hex4C48742226037f51725
Octal11411016442460673652745
Binary10011001001000111010010001010011001101111111010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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