#47416B

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

Shades of Corn Flower Blue #47416B

Tints of Corn Flower Blue #47416B

Color information

#47416B (or 0x47416B) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 41 and 6B. RGB value is (71,65,107). Sum of RGB (Red+Green+Blue) = 71+65+107=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #47416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47416B is #B8BE94. Grayscale: #474747. Windows color (decimal): -12107413 or 7029063. OLE color: 7029063.

HSL color Cylindrical-coordinate representation of color #47416B: hue angle of 248.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47416B is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7165107-
CMYK0.340.3900.58
HSL248.57º24.42%33.73%-
HSV(B)248.57º39.25%41.96%-
XYZ7.146.1814.73-
YUV71.58147.99127.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=29.22%
G=26.75%
B=44.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71651070.340.3900.58248.5724.4233.73
Hex47416B222703Af91822
Octal10710115342470723713042
Binary10001111000001110101110001010011101110101111100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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