#44486D

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

Shades of Corn Flower Blue #44486D

Tints of Corn Flower Blue #44486D

Color information

#44486D (or 0x44486D) is unknown color: approx Corn Flower Blue. HEX triplet: 44, 48 and 6D. RGB value is (68,72,109). Sum of RGB (Red+Green+Blue) = 68+72+109=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #44486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44486D is #BBB792. Grayscale: #4A4A4A. Windows color (decimal): -12302227 or 7161924. OLE color: 7161924.

HSL color Cylindrical-coordinate representation of color #44486D: hue angle of 234.15º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44486D is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6872109-
CMYK0.380.3400.57
HSL234.15º23.16%34.71%-
HSV(B)234.15º37.61%42.75%-
XYZ7.466.9715.42-
YUV75.02147.17122.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=27.31%
G=28.92%
B=43.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68721090.380.3400.57234.1523.1634.71
Hex44486D2622039ea1723
Octal10411015546420713522743
Binary10001001001000110110110011010001001110011110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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