#4C4B71

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

Shades of Corn Flower Blue #4C4B71

Tints of Corn Flower Blue #4C4B71

Color information

#4C4B71 (or 0x4C4B71) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4B and 71. RGB value is (76,75,113). Sum of RGB (Red+Green+Blue) = 76+75+113=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4B71 is #B3B48E. Grayscale: #4F4F4F. Windows color (decimal): -11777167 or 7424844. OLE color: 7424844.

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

Color convert

RGB7675113-
CMYK0.330.3400.56
HSL241.58º20.21%36.86%-
HSV(B)241.58º33.63%44.31%-
XYZ8.487.7616.67-
YUV79.63146.83125.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=28.79%
G=28.41%
B=42.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76751130.330.3400.56241.5820.2136.86
Hex4C4B712122038f21425
Octal11411316141420703622445
Binary10011001001011111000110000110001001110001111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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