#47446a

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

Shades of Corn Flower Blue #47446A

Tints of Corn Flower Blue #47446A

Color information

#47446A (or 0x47446A) is unknown color: approx Corn Flower Blue. HEX triplet: 47, 44 and 6A. RGB value is (71,68,106). Sum of RGB (Red+Green+Blue) = 71+68+106=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 106 (41.80% from 255 or 43.27% from 245); Max value from RGB is 106 - color contains mainly: blue. Hex color #47446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47446A is #B8BB95. Grayscale: #494949. Windows color (decimal): -12106646 or 6964295. OLE color: 6964295.

HSL color Cylindrical-coordinate representation of color #47446A: hue angle of 244.74º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #47446A is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7168106-
CMYK0.330.3600.58
HSL244.74º21.84%34.12%-
HSV(B)244.74º35.85%41.57%-
XYZ7.276.5114.51-
YUV73.23146.49126.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 106 (41.80% from 255) = 43.27%
R=28.98%
G=27.76%
B=43.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71681060.330.3600.58244.7421.8434.12
Hex47446A212403Af51622
Octal10710415241440723652642
Binary10001111000100110101010000110010001110101111010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47446a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47446a; }

 p { color: rgb(71,68,106); }

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

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

 a { background-color: rgb(71,68,106); }

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

<style>
 span { border-color: #47446a; }

 span { border-color: rgb(71,68,106); }

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