#448A92

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

Shades of Blue Chill #448A92

Tints of Blue Chill #448A92

Color information

#448A92 (or 0x448A92) is unknown color: approx Blue Chill. HEX triplet: 44, 8A and 92. RGB value is (68,138,146). Sum of RGB (Red+Green+Blue) = 68+138+146=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #448A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448A92 is #BB756D. Grayscale: #757575. Windows color (decimal): -12285294 or 9603652. OLE color: 9603652.

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

Color convert

RGB68138146-
CMYK0.530.0500.43
HSL186.15º36.45%41.96%-
HSV(B)186.15º53.42%57.25%-
XYZ16.6621.4830.46-
YUV117.98143.8192.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=19.32%
G=39.20%
B=41.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681381460.530.0500.43186.1536.4541.96
Hex448A9235502Bba242a
Octal1042122226550532724452
Binary10001001000101010010010110101101010101110111010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448A92; }

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

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

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

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

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

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

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

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