#474473

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

Shades of Corn Flower Blue #474473

Tints of Corn Flower Blue #474473

Color information

#474473 (or 0x474473) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 73. RGB value is (71,68,115). Sum of RGB (Red+Green+Blue) = 71+68+115=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #474473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474473 is #B8BB8C. Grayscale: #4A4A4A. Windows color (decimal): -12106637 or 7554119. OLE color: 7554119.

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

Color convert

RGB7168115-
CMYK0.380.4100.55
HSL243.83º25.68%35.88%-
HSV(B)243.83º40.87%45.1%-
XYZ7.766.7117.11-
YUV74.26150.99125.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=27.95%
G=26.77%
B=45.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71681150.380.4100.55243.8325.6835.88
Hex4744732629037f41a24
Octal10710416346510673643244
Binary10001111000100111001110011010100101101111111010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474473; }

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

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

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

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

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

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

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

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