#4C4878

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

Shades of Corn Flower Blue #4C4878

Tints of Corn Flower Blue #4C4878

Color information

#4C4878 (or 0x4C4878) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 48 and 78. RGB value is (76,72,120). Sum of RGB (Red+Green+Blue) = 76+72+120=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 120 (47.27% from 255 or 44.78% from 268); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4878 is #B3B787. Grayscale: #4E4E4E. Windows color (decimal): -11777928 or 7882828. OLE color: 7882828.

HSL color Cylindrical-coordinate representation of color #4C4878: hue angle of 245º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C4878 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7672120-
CMYK0.370.4000.53
HSL245º25%37.65%-
HSV(B)245º40%47.06%-
XYZ8.697.5318.76-
YUV78.67151.33126.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.36%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 120 (47.27% from 255) = 44.78%
R=28.36%
G=26.87%
B=44.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76721200.370.4000.532452537.65
Hex4C48782528035f51926
Octal11411017045500653653146
Binary10011001001000111100010010110100001101011111010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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