#449199

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

Shades of Blue Chill #449199

Tints of Blue Chill #449199

Color information

#449199 (or 0x449199) is unknown color: approx Blue Chill. HEX triplet: 44, 91 and 99. RGB value is (68,145,153). Sum of RGB (Red+Green+Blue) = 68+145+153=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #449199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449199 is #BB6E66. Grayscale: #7A7A7A. Windows color (decimal): -12283495 or 10064196. OLE color: 10064196.

HSL color Cylindrical-coordinate representation of color #449199: hue angle of 185.65º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449199 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB68145153-
CMYK0.560.0500.4
HSL185.65º38.46%43.33%-
HSV(B)185.65º55.56%60%-
XYZ18.2623.7833.76-
YUV122.89144.9988.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.58%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=18.58%
G=39.62%
B=41.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681451530.560.0500.4185.6538.4643.33
Hex449199385028ba262b
Octal1042212317050502724653
Binary10001001001000110011001111000101010100010111010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449199; }

 p { color: rgb(68,145,153); }

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

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

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

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

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

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

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