#474574

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

Shades of Corn Flower Blue #474574

Tints of Corn Flower Blue #474574

Color information

#474574 (or 0x474574) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 74. RGB value is (71,69,116). Sum of RGB (Red+Green+Blue) = 71+69+116=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #474574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474574 is #B8BA8B. Grayscale: #4A4A4A. Windows color (decimal): -12106380 or 7619911. OLE color: 7619911.

HSL color Cylindrical-coordinate representation of color #474574: hue angle of 242.55º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #474574 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7169116-
CMYK0.390.4100.55
HSL242.55º25.41%36.27%-
HSV(B)242.55º40.52%45.49%-
XYZ7.886.8617.43-
YUV74.96151.16125.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=27.73%
G=26.95%
B=45.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71691160.390.4100.55242.5525.4136.27
Hex4745742729037f31924
Octal10710516447510673633144
Binary10001111000101111010010011110100101101111111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474574; }

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

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

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

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

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

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

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

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