Html Css Color HEX #40507E Astronaut

📋 copy color: '#40507E'

red 64 ◦ green 80 ◦ blue 126

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

Shades of Astronaut #40507E

Tints of Astronaut #40507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 46.67%

R = 23.7%
G = 29.63%
B = 46.67%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40507E (or 0x40507E) is known color: Astronaut. HEX triplet: 40, 50 and 7E. RGB value is (64,80,126). Sum of RGB (Red+Green+Blue) = 64+80+126=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #40507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40507E is #BFAF81. Grayscale: #505050. Windows color (decimal): -12562306 or 8278080. OLE color: 8278080.

HSL color Cylindrical-coordinate representation of color #40507E: hue angle of 224.52º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40507E is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 80 126 -
CMYK 0.49 0.37 0 0.51
HSL 224.52º 0.33% 0.37% -
HSV(B) 224.52º 0.49% 0.49% -
XYZ 8.75 8.33 20.89 -
YUV 80.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 64 80 126 0.49 0.37 0 0.51 224.52 0.33 0.37
Hex 40 50 7E 31 25 0 33 E1 21 25
Octal 100 120 176 61 45 0 63 341 41 45
Binary 1000000 1010000 1111110 110001 100101 0 110011 11100001 100001 100101

Color Harmonies of #40507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40507E

Black with #40507E

Text Example


Text Example

White with #40507E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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