#448988

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

Shades of Blue Chill #448988

Tints of Blue Chill #448988

Color information

#448988 (or 0x448988) is unknown color: approx Blue Chill. HEX triplet: 44, 89 and 88. RGB value is (68,137,136). Sum of RGB (Red+Green+Blue) = 68+137+136=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #448988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448988 is #BB7677. Grayscale: #747474. Windows color (decimal): -12285560 or 8948036. OLE color: 8948036.

HSL color Cylindrical-coordinate representation of color #448988: hue angle of 179.13º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448988 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB68137136-
CMYK0.5000.010.46
HSL179.13º33.66%40.2%-
HSV(B)179.13º50.36%53.73%-
XYZ15.7720.926.49-
YUV116.26139.1493.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=19.94%
G=40.18%
B=39.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681371360.5000.010.46179.1333.6640.2
Hex44898832012Eb32228
Octal1042112106201562634250
Binary100010010001001100010001100100110111010110011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448988; }

 p { color: rgb(68,137,136); }

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

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

 a { background-color: rgb(68,137,136); }

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

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

 span { border-color: rgb(68,137,136); }

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