#40526F

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

Shades of Astronaut #40526F

Tints of Astronaut #40526F

Color information

#40526F (or 0x40526F) is unknown color: approx Astronaut. HEX triplet: 40, 52 and 6F. RGB value is (64,82,111). Sum of RGB (Red+Green+Blue) = 64+82+111=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #40526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40526F is #BFAD90. Grayscale: #4F4F4F. Windows color (decimal): -12561809 or 7295552. OLE color: 7295552.

HSL color Cylindrical-coordinate representation of color #40526F: hue angle of 217.02º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40526F is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6482111-
CMYK0.420.2600.56
HSL217.02º26.86%34.31%-
HSV(B)217.02º42.34%43.53%-
XYZ88.2716.21-
YUV79.92145.54116.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=24.90%
G=31.91%
B=43.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64821110.420.2600.56217.0226.8634.31
Hex40526F2A1A038d91b22
Octal10012215752320703313342
Binary1000000101001011011111010101101001110001101100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40526F; }

 p { color: rgb(64,82,111); }

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

<style>
 a { background-color: #40526F; }

 a { background-color: rgb(64,82,111); }

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

<style>
 span { border-color: #40526F; }

 span { border-color: rgb(64,82,111); }

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