#448D91

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

Shades of Blue Chill #448D91

Tints of Blue Chill #448D91

Color information

#448D91 (or 0x448D91) is unknown color: approx Blue Chill. HEX triplet: 44, 8D and 91. RGB value is (68,141,145). Sum of RGB (Red+Green+Blue) = 68+141+145=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 145 - color contains mainly: blue. Hex color #448D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D91 is #BB726E. Grayscale: #777777. Windows color (decimal): -12284527 or 9538884. OLE color: 9538884.

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

Color convert

RGB68141145-
CMYK0.530.0300.43
HSL183.12º36.15%41.76%-
HSV(B)183.12º53.1%56.86%-
XYZ17.0222.3230.2-
YUV119.63142.3291.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=19.21%
G=39.83%
B=40.96%

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
Decimal681411450.530.0300.43183.1236.1541.76
Hex448D9135302Bb7242a
Octal1042152216530532674452
Binary1000100100011011001000111010111010101110110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,141,145); }

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

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

 a { background-color: rgb(68,141,145); }

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

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

 span { border-color: rgb(68,141,145); }

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