#44486C

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

Shades of Corn Flower Blue #44486C

Tints of Corn Flower Blue #44486C

Color information

#44486C (or 0x44486C) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 48 and 6C. RGB value is (68,72,108). Sum of RGB (Red+Green+Blue) = 68+72+108=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #44486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44486C is #BBB793. Grayscale: #4A4A4A. Windows color (decimal): -12302228 or 7096388. OLE color: 7096388.

HSL color Cylindrical-coordinate representation of color #44486C: hue angle of 234º 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 #44486C is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6872108-
CMYK0.370.3300.58
HSL234º22.73%34.51%-
HSV(B)234º37.04%42.35%-
XYZ7.416.9515.14-
YUV74.91146.67123.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 108 (42.58% from 255) = 43.55%
R=27.42%
G=29.03%
B=43.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68721080.370.3300.5823422.7334.51
Hex44486C252103Aea1723
Octal10411015445410723522743
Binary10001001001000110110010010110000101110101110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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