#47456C

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

Shades of Corn Flower Blue #47456C

Tints of Corn Flower Blue #47456C

Color information

#47456C (or 0x47456C) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 45 and 6C. RGB value is (71,69,108). Sum of RGB (Red+Green+Blue) = 71+69+108=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #47456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47456C is #B8BA93. Grayscale: #494949. Windows color (decimal): -12106388 or 7095623. OLE color: 7095623.

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

Color convert

RGB7169108-
CMYK0.340.3600.58
HSL243.08º22.03%34.71%-
HSV(B)243.08º36.11%42.35%-
XYZ7.436.6815.08-
YUV74.04147.16125.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=28.63%
G=27.82%
B=43.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71691080.340.3600.58243.0822.0334.71
Hex47456C222403Af31623
Octal10710515442440723632643
Binary10001111000101110110010001010010001110101111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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