#449397

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

Shades of Blue Chill #449397

Tints of Blue Chill #449397

Color information

#449397 (or 0x449397) is unknown color: approx Blue Chill. HEX triplet: 44, 93 and 97. RGB value is (68,147,151). Sum of RGB (Red+Green+Blue) = 68+147+151=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #449397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449397 is #BB6C68. Grayscale: #7B7B7B. Windows color (decimal): -12282985 or 9933636. OLE color: 9933636.

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

Color convert

RGB68147151-
CMYK0.550.0300.41
HSL182.89º37.9%42.94%-
HSV(B)182.89º54.97%59.22%-
XYZ18.424.3333-
YUV123.84143.3388.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=18.58%
G=40.16%
B=41.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681471510.550.0300.41182.8937.942.94
Hex449397373029b7262b
Octal1042232276730512674653
Binary1000100100100111001011111011111010100110110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449397; }

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

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

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

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

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

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

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

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