#408A93

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

Shades of Blue Chill #408A93

Tints of Blue Chill #408A93

Color information

#408A93 (or 0x408A93) is unknown color: approx Blue Chill. HEX triplet: 40, 8A and 93. RGB value is (64,138,147). Sum of RGB (Red+Green+Blue) = 64+138+147=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #408A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408A93 is #BF756C. Grayscale: #747474. Windows color (decimal): -12547437 or 9669184. OLE color: 9669184.

HSL color Cylindrical-coordinate representation of color #408A93: hue angle of 186.51º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408A93 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB64138147-
CMYK0.560.0600.42
HSL186.51º39.34%41.37%-
HSV(B)186.51º56.46%57.65%-
XYZ16.4721.3730.86-
YUV116.9144.9890.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=18.34%
G=39.54%
B=42.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641381470.560.0600.42186.5139.3441.37
Hex408A9338602Abb2729
Octal1002122237060522734751
Binary10000001000101010010011111000110010101010111011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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