#474571

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

Shades of Corn Flower Blue #474571

Tints of Corn Flower Blue #474571

Color information

#474571 (or 0x474571) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 71. RGB value is (71,69,113). Sum of RGB (Red+Green+Blue) = 71+69+113=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #474571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474571 is #B8BA8E. Grayscale: #4A4A4A. Windows color (decimal): -12106383 or 7423303. OLE color: 7423303.

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

Color convert

RGB7169113-
CMYK0.370.3900.56
HSL242.73º24.18%35.69%-
HSV(B)242.73º38.94%44.31%-
XYZ7.716.7916.53-
YUV74.61149.66125.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 69 (27.34% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=28.06%
G=27.27%
B=44.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71691130.370.3900.56242.7324.1835.69
Hex4745712527038f31824
Octal10710516145470703633044
Binary10001111000101111000110010110011101110001111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474571; }

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

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

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

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

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

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

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

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