Html Css Color HEX #40506C Astronaut

📋 copy color: '#40506C'

red 64 ◦ green 80 ◦ blue 108

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

Shades of Astronaut #40506C

Tints of Astronaut #40506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 25.4%
G = 31.75%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40506C (or 0x40506C) is known color: Astronaut. HEX triplet: 40, 50 and 6C. RGB value is (64,80,108). Sum of RGB (Red+Green+Blue) = 64+80+108=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #40506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40506C is #BFAF93. Grayscale: #4E4E4E. Windows color (decimal): -12562324 or 7098432. OLE color: 7098432.

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

Color convert

RGB 64 80 108 -
CMYK 0.41 0.26 0 0.58
HSL 218.18º 0.26% 0.34% -
HSV(B) 218.18º 0.41% 0.42% -
XYZ 7.69 7.91 15.31 -
YUV 78.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 64 80 108 0.41 0.26 0 0.58 218.18 0.26 0.34
Hex 40 50 6C 29 1A 0 3A DA 1A 22
Octal 100 120 154 51 32 0 72 332 32 42
Binary 1000000 1010000 1101100 101001 11010 0 111010 11011010 11010 100010

Color Harmonies of #40506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40506C

Black with #40506C

Text Example


Text Example

White with #40506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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