#449291

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

Shades of Blue Chill #449291

Tints of Blue Chill #449291

Color information

#449291 (or 0x449291) is unknown color: approx Blue Chill. HEX triplet: 44, 92 and 91. RGB value is (68,146,145). Sum of RGB (Red+Green+Blue) = 68+146+145=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #449291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449291 is #BB6D6E. Grayscale: #7A7A7A. Windows color (decimal): -12283247 or 9540164. OLE color: 9540164.

HSL color Cylindrical-coordinate representation of color #449291: hue angle of 179.23º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449291 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB68146145-
CMYK0.5300.010.43
HSL179.23º36.45%41.96%-
HSV(B)179.23º53.42%57.25%-
XYZ17.7723.8330.45-
YUV122.56140.6689.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=18.94%
G=40.67%
B=40.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461450.5300.010.43179.2336.4541.96
Hex44929135012Bb3242a
Octal1042222216501532634452
Binary100010010010010100100011101010110101110110011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449291; }

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

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

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

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

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

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

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

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