#474773

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

Shades of Corn Flower Blue #474773

Tints of Corn Flower Blue #474773

Color information

#474773 (or 0x474773) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 47 and 73. RGB value is (71,71,115). Sum of RGB (Red+Green+Blue) = 71+71+115=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #474773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474773 is #B8B88C. Grayscale: #4B4B4B. Windows color (decimal): -12105869 or 7554887. OLE color: 7554887.

HSL color Cylindrical-coordinate representation of color #474773: hue angle of 240º 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 #474773 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7171115-
CMYK0.380.3800.55
HSL240º23.66%36.47%-
HSV(B)240º38.26%45.1%-
XYZ7.957.0817.17-
YUV76.02150124.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=27.63%
G=27.63%
B=44.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71711150.380.3800.5524023.6636.47
Hex4747732626037f01824
Octal10710716346460673603044
Binary10001111000111111001110011010011001101111111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474773; }

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

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

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

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

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

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

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

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