#448A8E

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

Shades of Blue Chill #448A8E

Tints of Blue Chill #448A8E

Color information

#448A8E (or 0x448A8E) is unknown color: approx Blue Chill. HEX triplet: 44, 8A and 8E. RGB value is (68,138,142). Sum of RGB (Red+Green+Blue) = 68+138+142=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #448A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448A8E is #BB7571. Grayscale: #757575. Windows color (decimal): -12285298 or 9341508. OLE color: 9341508.

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

Color convert

RGB68138142-
CMYK0.520.0300.44
HSL183.24º35.24%41.18%-
HSV(B)183.24º52.11%55.69%-
XYZ16.3521.3628.85-
YUV117.53141.8192.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 142 (55.86% from 255) = 40.80%
R=19.54%
G=39.66%
B=40.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681381420.520.0300.44183.2435.2441.18
Hex448A8E34302Cb72329
Octal1042122166430542674351
Binary1000100100010101000111011010011010110010110111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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