#474173

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

Shades of Corn Flower Blue #474173

Tints of Corn Flower Blue #474173

Color information

#474173 (or 0x474173) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 41 and 73. RGB value is (71,65,115). Sum of RGB (Red+Green+Blue) = 71+65+115=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #474173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474173 is #B8BE8C. Grayscale: #484848. Windows color (decimal): -12107405 or 7553351. OLE color: 7553351.

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

Color convert

RGB7165115-
CMYK0.380.4300.55
HSL247.2º27.78%35.29%-
HSV(B)247.2º43.48%45.1%-
XYZ7.586.3617.05-
YUV72.49151.99126.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=28.29%
G=25.90%
B=45.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71651150.380.4300.55247.227.7835.29
Hex474173262B037f71c23
Octal10710116346530673673443
Binary10001111000001111001110011010101101101111111011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474173; }

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

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

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

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

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

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

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

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