#474471

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

Shades of Corn Flower Blue #474471

Tints of Corn Flower Blue #474471

Color information

#474471 (or 0x474471) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 71. RGB value is (71,68,113). Sum of RGB (Red+Green+Blue) = 71+68+113=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #474471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474471 is #B8BB8E. Grayscale: #494949. Windows color (decimal): -12106639 or 7423047. OLE color: 7423047.

HSL color Cylindrical-coordinate representation of color #474471: hue angle of 244º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #474471 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7168113-
CMYK0.370.4000.56
HSL244º24.86%35.49%-
HSV(B)244º39.82%44.31%-
XYZ7.656.6716.51-
YUV74.03149.99125.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=28.17%
G=26.98%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71681130.370.4000.5624424.8635.49
Hex4744712528038f41923
Octal10710416145500703643143
Binary10001111000100111000110010110100001110001111010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474471; }

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

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

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

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

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

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

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

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