#448E92

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

Shades of Blue Chill #448E92

Tints of Blue Chill #448E92

Color information

#448E92 (or 0x448E92) is unknown color: approx Blue Chill. HEX triplet: 44, 8E and 92. RGB value is (68,142,146). Sum of RGB (Red+Green+Blue) = 68+142+146=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #448E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E92 is #BB716D. Grayscale: #787878. Windows color (decimal): -12284270 or 9604676. OLE color: 9604676.

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

Color convert

RGB68142146-
CMYK0.530.0300.43
HSL183.08º36.45%41.96%-
HSV(B)183.08º53.42%57.25%-
XYZ17.2522.6530.66-
YUV120.33142.4890.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=19.10%
G=39.89%
B=41.01%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681421460.530.0300.43183.0836.4541.96
Hex448E9235302Bb7242a
Octal1042162226530532674452
Binary1000100100011101001001011010111010101110110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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