#47406C

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

Shades of Corn Flower Blue #47406C

Tints of Corn Flower Blue #47406C

Color information

#47406C (or 0x47406C) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 40 and 6C. RGB value is (71,64,108). Sum of RGB (Red+Green+Blue) = 71+64+108=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #47406C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47406C is #B8BF93. Grayscale: #464646. Windows color (decimal): -12107668 or 7094343. OLE color: 7094343.

HSL color Cylindrical-coordinate representation of color #47406C: hue angle of 249.55º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47406C is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7164108-
CMYK0.340.4100.58
HSL249.55º25.58%33.73%-
HSV(B)249.55º40.74%42.35%-
XYZ7.146.0914.99-
YUV71.11148.82127.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=29.22%
G=26.34%
B=44.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71641080.340.4100.58249.5525.5833.73
Hex47406C222903Afa1a22
Octal10710015442510723723242
Binary10001111000000110110010001010100101110101111101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47406C; }

 p { color: rgb(71,64,108); }

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

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

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

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

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

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

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