#47486E

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

Shades of Corn Flower Blue #47486E

Tints of Corn Flower Blue #47486E

Color information

#47486E (or 0x47486E) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 48 and 6E. RGB value is (71,72,110). Sum of RGB (Red+Green+Blue) = 71+72+110=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #47486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47486E is #B8B791. Grayscale: #4B4B4B. Windows color (decimal): -12105618 or 7227463. OLE color: 7227463.

HSL color Cylindrical-coordinate representation of color #47486E: hue angle of 238.46º degrees, saturation: 0.22, 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 #47486E is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7172110-
CMYK0.350.3500.57
HSL238.46º21.55%35.49%-
HSV(B)238.46º35.45%43.14%-
XYZ7.737.115.71-
YUV76.03147.17124.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=28.06%
G=28.46%
B=43.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71721100.350.3500.57238.4621.5535.49
Hex47486E2323039ee1623
Octal10711015643430713562643
Binary10001111001000110111010001110001101110011110111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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