#40507A

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

Shades of Astronaut #40507A

Tints of Astronaut #40507A

Color information

#40507A (or 0x40507A) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 7A. RGB value is (64,80,122). Sum of RGB (Red+Green+Blue) = 64+80+122=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #40507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40507A is #BFAF85. Grayscale: #4F4F4F. Windows color (decimal): -12562310 or 8015936. OLE color: 8015936.

HSL color Cylindrical-coordinate representation of color #40507A: hue angle of 223.45º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40507A is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6480122-
CMYK0.480.3400.52
HSL223.45º31.18%36.47%-
HSV(B)223.45º47.54%47.84%-
XYZ8.58.2319.55-
YUV80151.7116.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 80 (31.64% from 255) = 30.08%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=24.06%
G=30.08%
B=45.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal64801220.480.3400.52223.4531.1836.47
Hex40507A3022034df1f24
Octal10012017260420643373744
Binary10000001010000111101011000010001001101001101111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40507A;
 }
 .AnyTagClassName
 {
   color: #40507A;
 }
</style>
background-color css

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

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

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

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

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

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