#448E8C

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

Shades of Blue Chill #448E8C

Tints of Blue Chill #448E8C

Color information

#448E8C (or 0x448E8C) is unknown color: approx Blue Chill. HEX triplet: 44, 8E and 8C. RGB value is (68,142,140). Sum of RGB (Red+Green+Blue) = 68+142+140=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #448E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E8C is #BB7173. Grayscale: #777777. Windows color (decimal): -12284276 or 9211460. OLE color: 9211460.

HSL color Cylindrical-coordinate representation of color #448E8C: hue angle of 178.38º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E8C is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB68142140-
CMYK0.5200.010.44
HSL178.38º35.24%41.18%-
HSV(B)178.38º52.11%55.69%-
XYZ16.7922.4728.26-
YUV119.65139.4891.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 140 (55.08% from 255) = 40%
R=19.43%
G=40.57%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681421400.5200.010.44178.3835.2441.18
Hex448E8C34012Cb22329
Octal1042162146401542624351
Binary100010010001110100011001101000110110010110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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