#449092

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

Shades of Blue Chill #449092

Tints of Blue Chill #449092

Color information

#449092 (or 0x449092) is unknown color: approx Blue Chill. HEX triplet: 44, 90 and 92. RGB value is (68,144,146). Sum of RGB (Red+Green+Blue) = 68+144+146=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #449092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449092 is #BB6F6D. Grayscale: #797979. Windows color (decimal): -12283758 or 9605188. OLE color: 9605188.

HSL color Cylindrical-coordinate representation of color #449092: hue angle of 181.54º 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 #449092 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68144146-
CMYK0.530.0100.43
HSL181.54º36.45%41.96%-
HSV(B)181.54º53.42%57.25%-
XYZ17.5523.2530.76-
YUV121.5141.8289.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.99%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 146 (57.42% from 255) = 40.78%
R=18.99%
G=40.22%
B=40.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681441460.530.0100.43181.5436.4541.96
Hex44909235102Bb6242a
Octal1042202226510532664452
Binary100010010010000100100101101011010101110110110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449092; }

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

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

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

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

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

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

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

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