#40507E

Color #40507E Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #40507E

Tints of Astronaut #40507E

Color information

#40507E (or 0x40507E) is unknown color: approx 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

RGB6480126-
CMYK0.490.3700.51
HSL224.52º32.63%37.25%-
HSV(B)224.52º49.21%49.41%-
XYZ8.758.3320.89-
YUV80.46153.7116.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 126 (49.61% from 255) = 46.67%
R=23.70%
G=29.63%
B=46.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal64801260.490.3700.51224.5232.6337.25
Hex40507E3125033e12125
Octal10012017661450633414145
Binary100000010100001111110110001100101011001111100001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>