#47426B

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

Shades of Corn Flower Blue #47426B

Tints of Corn Flower Blue #47426B

Color information

#47426B (or 0x47426B) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 42 and 6B. RGB value is (71,66,107). Sum of RGB (Red+Green+Blue) = 71+66+107=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #47426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47426B is #B8BD94. Grayscale: #484848. Windows color (decimal): -12107157 or 7029319. OLE color: 7029319.

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

Color convert

RGB7166107-
CMYK0.340.3800.58
HSL247.32º23.7%33.92%-
HSV(B)247.32º38.32%41.96%-
XYZ7.26.314.75-
YUV72.17147.66127.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.10%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=29.10%
G=27.05%
B=43.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71661070.340.3800.58247.3223.733.92
Hex47426B222603Af71822
Octal10710215342460723673042
Binary10001111000010110101110001010011001110101111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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