#448A93

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

Shades of Blue Chill #448A93

Tints of Blue Chill #448A93

Color information

#448A93 (or 0x448A93) is unknown color: approx Blue Chill. HEX triplet: 44, 8A and 93. RGB value is (68,138,147). Sum of RGB (Red+Green+Blue) = 68+138+147=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #448A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448A93 is #BB756C. Grayscale: #757575. Windows color (decimal): -12285293 or 9669188. OLE color: 9669188.

HSL color Cylindrical-coordinate representation of color #448A93: hue angle of 186.84º 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 #448A93 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68138147-
CMYK0.540.0600.42
HSL186.84º36.74%42.16%-
HSV(B)186.84º53.74%57.65%-
XYZ16.7421.5130.87-
YUV118.1144.3192.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=19.26%
G=39.09%
B=41.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681381470.540.0600.42186.8436.7442.16
Hex448A9336602Abb252a
Octal1042122236660522734552
Binary10001001000101010010011110110110010101010111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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