#448B8A

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

Shades of Blue Chill #448B8A

Tints of Blue Chill #448B8A

Color information

#448B8A (or 0x448B8A) is unknown color: approx Blue Chill. HEX triplet: 44, 8B and 8A. RGB value is (68,139,138). Sum of RGB (Red+Green+Blue) = 68+139+138=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #448B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B8A is #BB7475. Grayscale: #757575. Windows color (decimal): -12285046 or 9079620. OLE color: 9079620.

HSL color Cylindrical-coordinate representation of color #448B8A: hue angle of 179.15º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #448B8A is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB68139138-
CMYK0.5100.010.45
HSL179.15º34.3%40.59%-
HSV(B)179.15º51.08%54.51%-
XYZ16.221.5327.35-
YUV117.66139.4892.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 138 (54.30% from 255) = 40%
R=19.71%
G=40.29%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391380.5100.010.45179.1534.340.59
Hex448B8A33012Db32229
Octal1042132126301552634251
Binary100010010001011100010101100110110110110110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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