#47496C

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

Shades of Corn Flower Blue #47496C

Tints of Corn Flower Blue #47496C

Color information

#47496C (or 0x47496C) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 49 and 6C. RGB value is (71,73,108). Sum of RGB (Red+Green+Blue) = 71+73+108=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #47496C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47496C is #B8B693. Grayscale: #4C4C4C. Windows color (decimal): -12105364 or 7096647. OLE color: 7096647.

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

Color convert

RGB7173108-
CMYK0.340.3200.58
HSL236.76º20.67%35.1%-
HSV(B)236.76º34.26%42.35%-
XYZ7.697.1915.17-
YUV76.39145.84124.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=28.17%
G=28.97%
B=42.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71731080.340.3200.58236.7620.6735.1
Hex47496C222003Aed1523
Octal10711115442400723552543
Binary10001111001001110110010001010000001110101110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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