#474171

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

Shades of Corn Flower Blue #474171

Tints of Corn Flower Blue #474171

Color information

#474171 (or 0x474171) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 41 and 71. RGB value is (71,65,113). Sum of RGB (Red+Green+Blue) = 71+65+113=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #474171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474171 is #B8BE8E. Grayscale: #484848. Windows color (decimal): -12107407 or 7422279. OLE color: 7422279.

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

Color convert

RGB7165113-
CMYK0.370.4200.56
HSL247.5º26.97%34.9%-
HSV(B)247.5º42.48%44.31%-
XYZ7.476.3116.45-
YUV72.27150.99127.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.51%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=28.51%
G=26.10%
B=45.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71651130.370.4200.56247.526.9734.9
Hex474171252A038f81b23
Octal10710116145520703703343
Binary10001111000001111000110010110101001110001111100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474171; }

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

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

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

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

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

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

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

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