#448B93

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

Shades of Blue Chill #448B93

Tints of Blue Chill #448B93

Color information

#448B93 (or 0x448B93) is unknown color: approx Blue Chill. HEX triplet: 44, 8B and 93. RGB value is (68,139,147). Sum of RGB (Red+Green+Blue) = 68+139+147=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #448B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B93 is #BB746C. Grayscale: #767676. Windows color (decimal): -12285037 or 9669444. OLE color: 9669444.

HSL color Cylindrical-coordinate representation of color #448B93: hue angle of 186.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448B93 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68139147-
CMYK0.540.0500.42
HSL186.08º36.74%42.16%-
HSV(B)186.08º53.74%57.65%-
XYZ16.8821.830.92-
YUV118.68143.9891.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=19.21%
G=39.27%
B=41.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681391470.540.0500.42186.0836.7442.16
Hex448B9336502Aba252a
Octal1042132236650522724552
Binary10001001000101110010011110110101010101010111010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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