#47416E

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

Shades of Corn Flower Blue #47416E

Tints of Corn Flower Blue #47416E

Color information

#47416E (or 0x47416E) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 41 and 6E. RGB value is (71,65,110). Sum of RGB (Red+Green+Blue) = 71+65+110=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #47416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47416E is #B8BE91. Grayscale: #474747. Windows color (decimal): -12107410 or 7225671. OLE color: 7225671.

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

Color convert

RGB7165110-
CMYK0.350.4100.57
HSL248º25.71%34.31%-
HSV(B)248º40.91%43.14%-
XYZ7.36.2515.57-
YUV71.92149.49127.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 65 (25.78% from 255) = 26.42%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=28.86%
G=26.42%
B=44.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71651100.350.4100.5724825.7134.31
Hex47416E2329039f81a22
Octal10710115643510713703242
Binary10001111000001110111010001110100101110011111100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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