#4C4770

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

Shades of Corn Flower Blue #4C4770

Tints of Corn Flower Blue #4C4770

Color information

#4C4770 (or 0x4C4770) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 47 and 70. RGB value is (76,71,112). Sum of RGB (Red+Green+Blue) = 76+71+112=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C4770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4770 is #B3B88F. Grayscale: #4D4D4D. Windows color (decimal): -11778192 or 7358284. OLE color: 7358284.

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

Color convert

RGB7671112-
CMYK0.320.3700.56
HSL247.32º22.4%35.88%-
HSV(B)247.32º36.61%43.92%-
XYZ8.167.2116.29-
YUV77.17147.66127.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.34%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=29.34%
G=27.41%
B=43.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76711120.320.3700.56247.3222.435.88
Hex4C47702025038f71624
Octal11410716040450703672644
Binary10011001000111111000010000010010101110001111011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,71,112); }

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

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

 a { background-color: rgb(76,71,112); }

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

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

 span { border-color: rgb(76,71,112); }

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