#41516D

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

Shades of Astronaut #41516D

Tints of Astronaut #41516D

Color information

#41516D (or 0x41516D) is unknown color: approx Astronaut. HEX triplet: 41, 51 and 6D. RGB value is (65,81,109). Sum of RGB (Red+Green+Blue) = 65+81+109=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #41516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41516D is #BEAE92. Grayscale: #4F4F4F. Windows color (decimal): -12496531 or 7164225. OLE color: 7164225.

HSL color Cylindrical-coordinate representation of color #41516D: hue angle of 218.18º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41516D is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6581109-
CMYK0.400.2600.57
HSL218.18º25.29%34.12%-
HSV(B)218.18º40.37%42.75%-
XYZ7.888.1115.62-
YUV79.41144.7117.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 109 (42.97% from 255) = 42.75%
R=25.49%
G=31.76%
B=42.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65811090.400.2600.57218.1825.2934.12
Hex41516D281A039da1922
Octal10112115550320713323142
Binary1000001101000111011011010001101001110011101101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41516D; }

 p { color: rgb(65,81,109); }

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

<style>
 a { background-color: #41516D; }

 a { background-color: rgb(65,81,109); }

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

<style>
 span { border-color: #41516D; }

 span { border-color: rgb(65,81,109); }

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