#44476C

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

Shades of Corn Flower Blue #44476C

Tints of Corn Flower Blue #44476C

Color information

#44476C (or 0x44476C) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 47 and 6C. RGB value is (68,71,108). Sum of RGB (Red+Green+Blue) = 68+71+108=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #44476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44476C is #BBB893. Grayscale: #4A4A4A. Windows color (decimal): -12302484 or 7096132. OLE color: 7096132.

HSL color Cylindrical-coordinate representation of color #44476C: hue angle of 235.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44476C is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6871108-
CMYK0.370.3400.58
HSL235.5º22.73%34.51%-
HSV(B)235.5º37.04%42.35%-
XYZ7.346.8215.12-
YUV74.32147.01123.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=27.53%
G=28.74%
B=43.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68711080.370.3400.58235.522.7334.51
Hex44476C252203Aec1723
Octal10410715445420723542743
Binary10001001000111110110010010110001001110101110110010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44476C; }

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

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

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

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

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

<style>
 span { border-color: #44476C; }

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

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