#474371

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

Shades of Corn Flower Blue #474371

Tints of Corn Flower Blue #474371

Color information

#474371 (or 0x474371) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 43 and 71. RGB value is (71,67,113). Sum of RGB (Red+Green+Blue) = 71+67+113=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #474371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474371 is #B8BC8E. Grayscale: #494949. Windows color (decimal): -12106895 or 7422791. OLE color: 7422791.

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

Color convert

RGB7167113-
CMYK0.370.4100.56
HSL245.22º25.56%35.29%-
HSV(B)245.22º40.71%44.31%-
XYZ7.596.5516.49-
YUV73.44150.33126.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=28.29%
G=26.69%
B=45.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71671130.370.4100.56245.2225.5635.29
Hex4743712529038f51a23
Octal10710316145510703653243
Binary10001111000011111000110010110100101110001111010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474371; }

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

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

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

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

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

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

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

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