#449097

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

Shades of Blue Chill #449097

Tints of Blue Chill #449097

Color information

#449097 (or 0x449097) is unknown color: approx Blue Chill. HEX triplet: 44, 90 and 97. RGB value is (68,144,151). Sum of RGB (Red+Green+Blue) = 68+144+151=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #449097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449097 is #BB6F68. Grayscale: #797979. Windows color (decimal): -12283753 or 9932868. OLE color: 9932868.

HSL color Cylindrical-coordinate representation of color #449097: hue angle of 185.06º 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 #449097 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB68144151-
CMYK0.550.0500.41
HSL185.06º37.9%42.94%-
HSV(B)185.06º54.97%59.22%-
XYZ17.9423.4132.85-
YUV122.07144.3289.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 144 (56.64% from 255) = 39.67%
BLUE value IS 151 (59.38% from 255) = 41.60%
R=18.73%
G=39.67%
B=41.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681441510.550.0500.41185.0637.942.94
Hex449097375029b9262b
Octal1042202276750512714653
Binary10001001001000010010111110111101010100110111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449097; }

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

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

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

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

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

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

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

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