#41506F

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

Shades of Astronaut #41506F

Tints of Astronaut #41506F

Color information

#41506F (or 0x41506F) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 6F. RGB value is (65,80,111). Sum of RGB (Red+Green+Blue) = 65+80+111=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #41506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41506F is #BEAF90. Grayscale: #4E4E4E. Windows color (decimal): -12496785 or 7295041. OLE color: 7295041.

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

Color convert

RGB6580111-
CMYK0.410.2800.56
HSL220.43º26.14%34.51%-
HSV(B)220.43º41.44%43.53%-
XYZ7.928.0116.17-
YUV79.05146.03117.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=25.39%
G=31.25%
B=43.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65801110.410.2800.56220.4326.1434.51
Hex41506F291C038dc1a23
Octal10112015751340703343243
Binary1000001101000011011111010011110001110001101110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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