#474C73

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

Shades of Corn Flower Blue #474C73

Tints of Corn Flower Blue #474C73

Color information

#474C73 (or 0x474C73) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 4C and 73. RGB value is (71,76,115). Sum of RGB (Red+Green+Blue) = 71+76+115=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #474C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C73 is #B8B38C. Grayscale: #4E4E4E. Windows color (decimal): -12104589 or 7556167. OLE color: 7556167.

HSL color Cylindrical-coordinate representation of color #474C73: hue angle of 233.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474C73 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7176115-
CMYK0.380.3400.55
HSL233.18º23.66%36.47%-
HSV(B)233.18º38.26%45.1%-
XYZ8.287.7517.28-
YUV78.95148.34122.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=27.10%
G=29.01%
B=43.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71761150.380.3400.55233.1823.6636.47
Hex474C732622037e91824
Octal10711416346420673513044
Binary10001111001100111001110011010001001101111110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474C73; }

 p { color: rgb(71,76,115); }

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

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

 a { background-color: rgb(71,76,115); }

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

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

 span { border-color: rgb(71,76,115); }

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