#47446F

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

Shades of Corn Flower Blue #47446F

Tints of Corn Flower Blue #47446F

Color information

#47446F (or 0x47446F) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 6F. RGB value is (71,68,111). Sum of RGB (Red+Green+Blue) = 71+68+111=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 111 - color contains mainly: blue. Hex color #47446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47446F is #B8BB90. Grayscale: #494949. Windows color (decimal): -12106641 or 7291975. OLE color: 7291975.

HSL color Cylindrical-coordinate representation of color #47446F: hue angle of 244.19º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47446F is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7168111-
CMYK0.360.3900.56
HSL244.19º24.02%35.1%-
HSV(B)244.19º38.74%43.53%-
XYZ7.536.6215.92-
YUV73.8148.99126-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=28.4%
G=27.2%
B=44.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71681110.360.3900.56244.1924.0235.1
Hex47446F2427038f41823
Octal10710415744470703643043
Binary10001111000100110111110010010011101110001111010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47446F; }

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

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

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

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

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

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

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

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