Html Css Color HEX #40516F Astronaut

📋 copy color: '#40516F'

red 64 ◦ green 81 ◦ blue 111

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

Shades of Astronaut #40516F

Tints of Astronaut #40516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 25%
G = 31.64%
B = 43.36%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40516F (or 0x40516F) is known color: Astronaut. HEX triplet: 40, 51 and 6F. RGB value is (64,81,111). Sum of RGB (Red+Green+Blue) = 64+81+111=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #40516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40516F is #BFAE90. Grayscale: #4F4F4F. Windows color (decimal): -12562065 or 7295296. OLE color: 7295296.

HSL color Cylindrical-coordinate representation of color #40516F: hue angle of 218.3º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40516F is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 81 111 -
CMYK 0.42 0.27 0 0.56
HSL 218.3º 0.27% 0.34% -
HSV(B) 218.3º 0.42% 0.44% -
XYZ 7.93 8.12 16.19 -
YUV 79.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 64 81 111 0.42 0.27 0 0.56 218.3 0.27 0.34
Hex 40 51 6F 2A 1B 0 38 DA 1B 22
Octal 100 121 157 52 33 0 70 332 33 42
Binary 1000000 1010001 1101111 101010 11011 0 111000 11011010 11011 100010

Color Harmonies of #40516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40516F

Black with #40516F

Text Example


Text Example

White with #40516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40516F; }

 p { color: rgb(64,81,111); }

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

background-color css

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

 a { background-color: rgb(64,81,111); }

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

border-color css

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

 span { border-color: rgb(64,81,111); }

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