#40517A

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

Shades of Astronaut #40517A

Tints of Astronaut #40517A

Color information

#40517A (or 0x40517A) is unknown color: approx Astronaut. HEX triplet: 40, 51 and 7A. RGB value is (64,81,122). Sum of RGB (Red+Green+Blue) = 64+81+122=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #40517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40517A is #BFAE85. Grayscale: #505050. Windows color (decimal): -12562054 or 8016192. OLE color: 8016192.

HSL color Cylindrical-coordinate representation of color #40517A: hue angle of 222.41º 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 #40517A is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6481122-
CMYK0.480.3400.52
HSL222.41º31.18%36.47%-
HSV(B)222.41º47.54%47.84%-
XYZ8.578.3819.58-
YUV80.59151.37116.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=23.97%
G=30.34%
B=45.69%

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
Decimal64811220.480.3400.52222.4131.1836.47
Hex40517A3022034de1f24
Octal10012117260420643363744
Binary10000001010001111101011000010001001101001101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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