Html Css Color HEX #40506E Astronaut

📋 copy color: '#40506E'

red 64 ◦ green 80 ◦ blue 110

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

Shades of Astronaut #40506E

Tints of Astronaut #40506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 25.2%
G = 31.5%
B = 43.31%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40506E (or 0x40506E) is known color: Astronaut. HEX triplet: 40, 50 and 6E. RGB value is (64,80,110). Sum of RGB (Red+Green+Blue) = 64+80+110=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #40506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40506E is #BFAF91. Grayscale: #4E4E4E. Windows color (decimal): -12562322 or 7229504. OLE color: 7229504.

HSL color Cylindrical-coordinate representation of color #40506E: hue angle of 219.13º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40506E is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 80 110 -
CMYK 0.42 0.27 0 0.57
HSL 219.13º 0.26% 0.34% -
HSV(B) 219.13º 0.42% 0.43% -
XYZ 7.8 7.95 15.88 -
YUV 78.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 64 80 110 0.42 0.27 0 0.57 219.13 0.26 0.34
Hex 40 50 6E 2A 1B 0 39 DB 1A 22
Octal 100 120 156 52 33 0 71 333 32 42
Binary 1000000 1010000 1101110 101010 11011 0 111001 11011011 11010 100010

Color Harmonies of #40506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40506E

Black with #40506E

Text Example


Text Example

White with #40506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40506E; }

 p { color: rgb(64,80,110); }

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

background-color css

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

 a { background-color: rgb(64,80,110); }

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

border-color css

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

 span { border-color: rgb(64,80,110); }

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