#449096

Color #449096 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #449096

Tints of Blue Chill #449096

Color information

#449096 (or 0x449096) is unknown color: approx Blue Chill. HEX triplet: 44, 90 and 96. RGB value is (68,144,150). Sum of RGB (Red+Green+Blue) = 68+144+150=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #449096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449096 is #BB6F69. Grayscale: #797979. Windows color (decimal): -12283754 or 9867332. OLE color: 9867332.

HSL color Cylindrical-coordinate representation of color #449096: hue angle of 184.39º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449096 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB68144150-
CMYK0.550.0400.41
HSL184.39º37.61%42.75%-
HSV(B)184.39º54.67%58.82%-
XYZ17.8623.3832.43-
YUV121.96143.8289.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=18.78%
G=39.78%
B=41.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681441500.550.0400.41184.3937.6142.75
Hex449096374029b8262b
Octal1042202266740512704653
Binary10001001001000010010110110111100010100110111000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449096; }

 p { color: rgb(68,144,150); }

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

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

 a { background-color: rgb(68,144,150); }

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

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

 span { border-color: rgb(68,144,150); }

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