Html Css Color HEX #408993 Blue Chill

📋 copy color: '#408993'

red 64 ◦ green 137 ◦ blue 147

#408993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #408993

Tints of Blue Chill #408993

RGB

 RED value IS 64 (25.39% from 255) = 18.39%

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 18.39%
G = 39.37%
B = 42.24%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408993 (or 0x408993) is known color: Blue Chill. HEX triplet: 40, 89 and 93. RGB value is (64,137,147). Sum of RGB (Red+Green+Blue) = 64+137+147=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #408993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408993 is #BF766C. Grayscale: #747474. Windows color (decimal): -12547693 or 9668928. OLE color: 9668928.

HSL color Cylindrical-coordinate representation of color #408993: hue angle of 187.23º 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 #408993 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 137 147 -
CMYK 0.56 0.07 0 0.42
HSL 187.23º 0.39% 0.41% -
HSV(B) 187.23º 0.56% 0.58% -
XYZ 16.33 21.09 30.81 -
YUV 116.31 145.32 90.69 -
System Red Green Blue C M Y K H S L
Decimal 64 137 147 0.56 0.07 0 0.42 187.23 0.39 0.41
Hex 40 89 93 38 7 0 2A BB 27 29
Octal 100 211 223 70 7 0 52 273 47 51
Binary 1000000 10001001 10010011 111000 111 0 101010 10111011 100111 101001

Color Harmonies of #408993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408993

Black with #408993

Text Example


Text Example

White with #408993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408993; }

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

 H1.HeaderClassName
 {
   color: #408993;
 }
 .AnyTagClassName
 {
   color: #408993;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #408993;
 }
 .BgClassName
 {
   background-color: #408993;
 }
</style>

border-color css

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

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

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