#4C4771

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

Shades of Corn Flower Blue #4C4771

Tints of Corn Flower Blue #4C4771

Color information

#4C4771 (or 0x4C4771) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 47 and 71. RGB value is (76,71,113). Sum of RGB (Red+Green+Blue) = 76+71+113=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C4771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4771 is #B3B88E. Grayscale: #4D4D4D. Windows color (decimal): -11778191 or 7423820. OLE color: 7423820.

HSL color Cylindrical-coordinate representation of color #4C4771: hue angle of 247.14º degrees, saturation: 0.23, 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 #4C4771 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7671113-
CMYK0.330.3700.56
HSL247.14º22.83%36.08%-
HSV(B)247.14º37.17%44.31%-
XYZ8.217.2416.59-
YUV77.28148.16127.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.23%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=29.23%
G=27.31%
B=43.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76711130.330.3700.56247.1422.8336.08
Hex4C47712125038f71724
Octal11410716141450703672744
Binary10011001000111111000110000110010101110001111011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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