#47486D

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

Shades of Corn Flower Blue #47486D

Tints of Corn Flower Blue #47486D

Color information

#47486D (or 0x47486D) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 6D. RGB value is (71,72,109). Sum of RGB (Red+Green+Blue) = 71+72+109=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #47486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47486D is #B8B792. Grayscale: #4B4B4B. Windows color (decimal): -12105619 or 7161927. OLE color: 7161927.

HSL color Cylindrical-coordinate representation of color #47486D: hue angle of 238.42º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47486D is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7172109-
CMYK0.350.3400.57
HSL238.42º21.11%35.29%-
HSV(B)238.42º34.86%42.75%-
XYZ7.687.0815.43-
YUV75.92146.67124.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=28.17%
G=28.57%
B=43.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71721090.350.3400.57238.4221.1135.29
Hex47486D2322039ee1523
Octal10711015543420713562543
Binary10001111001000110110110001110001001110011110111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47486D; }

 p { color: rgb(71,72,109); }

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

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

 a { background-color: rgb(71,72,109); }

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

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

 span { border-color: rgb(71,72,109); }

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