#449B9A

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

Shades of Blue Chill #449B9A

Tints of Blue Chill #449B9A

Color information

#449B9A (or 0x449B9A) is unknown color: approx Blue Chill. HEX triplet: 44, 9B and 9A. RGB value is (68,155,154). Sum of RGB (Red+Green+Blue) = 68+155+154=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #449B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449B9A is #BB6465. Grayscale: #808080. Windows color (decimal): -12280934 or 10132292. OLE color: 10132292.

HSL color Cylindrical-coordinate representation of color #449B9A: hue angle of 179.31º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B9A is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB68155154-
CMYK0.5600.010.39
HSL179.31º39.01%43.73%-
HSV(B)179.31º56.13%60.78%-
XYZ19.942734.73-
YUV128.87142.1884.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=18.04%
G=41.11%
B=40.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681551540.5600.010.39179.3139.0143.73
Hex449B9A380127b3272c
Octal1042332327001472634754
Binary100010010011011100110101110000110011110110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449B9A; }

 p { color: rgb(68,155,154); }

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

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

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

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

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

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

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