#41506D

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

Shades of Astronaut #41506D

Tints of Astronaut #41506D

Color information

#41506D (or 0x41506D) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 6D. RGB value is (65,80,109). Sum of RGB (Red+Green+Blue) = 65+80+109=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #41506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41506D is #BEAF92. Grayscale: #4E4E4E. Windows color (decimal): -12496787 or 7163969. OLE color: 7163969.

HSL color Cylindrical-coordinate representation of color #41506D: hue angle of 219.55º 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 #41506D is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6580109-
CMYK0.400.2700.57
HSL219.55º25.29%34.12%-
HSV(B)219.55º40.37%42.75%-
XYZ7.817.9715.59-
YUV78.82145.03118.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=25.59%
G=31.50%
B=42.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65801090.400.2700.57219.5525.2934.12
Hex41506D281B039dc1922
Octal10112015550330713343142
Binary1000001101000011011011010001101101110011101110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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