#449195

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

Shades of Blue Chill #449195

Tints of Blue Chill #449195

Color information

#449195 (or 0x449195) is unknown color: approx Blue Chill. HEX triplet: 44, 91 and 95. RGB value is (68,145,149). Sum of RGB (Red+Green+Blue) = 68+145+149=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #449195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449195 is #BB6E6A. Grayscale: #7A7A7A. Windows color (decimal): -12283499 or 9802052. OLE color: 9802052.

HSL color Cylindrical-coordinate representation of color #449195: hue angle of 182.96º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449195 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68145149-
CMYK0.540.0300.42
HSL182.96º37.33%42.55%-
HSV(B)182.96º54.36%58.43%-
XYZ17.9323.6532.05-
YUV122.43142.9989.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.78%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=18.78%
G=40.06%
B=41.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681451490.540.0300.42182.9637.3342.55
Hex44919536302Ab7252b
Octal1042212256630522674553
Binary1000100100100011001010111011011010101010110111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449195; }

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

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

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

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

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

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

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

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