#449696

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

Shades of Blue Chill #449696

Tints of Blue Chill #449696

Color information

#449696 (or 0x449696) is unknown color: approx Blue Chill. HEX triplet: 44, 96 and 96. RGB value is (68,150,150). Sum of RGB (Red+Green+Blue) = 68+150+150=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #449696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449696 is #BB6969. Grayscale: #7D7D7D. Windows color (decimal): -12282218 or 9868868. OLE color: 9868868.

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

Color convert

RGB68150150-
CMYK0.55000.41
HSL180º37.61%42.75%-
HSV(B)180º54.67%58.82%-
XYZ18.825.2432.74-
YUV125.48141.8387-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.48%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 150 (58.98% from 255) = 40.76%
R=18.48%
G=40.76%
B=40.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501500.55000.4118037.6142.75
Hex449696370029b4262b
Octal1042262266700512644653
Binary100010010010110100101101101110010100110110100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449696; }

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

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

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

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

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

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

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

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