#448D8B

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

Shades of Blue Chill #448D8B

Tints of Blue Chill #448D8B

Color information

#448D8B (or 0x448D8B) is unknown color: approx Blue Chill. HEX triplet: 44, 8D and 8B. RGB value is (68,141,139). Sum of RGB (Red+Green+Blue) = 68+141+139=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #448D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D8B is #BB7274. Grayscale: #767676. Windows color (decimal): -12284533 or 9145668. OLE color: 9145668.

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

Color convert

RGB68141139-
CMYK0.5200.010.45
HSL178.36º34.93%40.98%-
HSV(B)178.36º51.77%55.29%-
XYZ16.5722.1427.83-
YUV118.94139.3291.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=19.54%
G=40.52%
B=39.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681411390.5200.010.45178.3634.9340.98
Hex448D8B34012Db22329
Octal1042152136401552624351
Binary100010010001101100010111101000110110110110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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