#41507A

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

Shades of Astronaut #41507A

Tints of Astronaut #41507A

Color information

#41507A (or 0x41507A) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 7A. RGB value is (65,80,122). Sum of RGB (Red+Green+Blue) = 65+80+122=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 80 (31.64% from 255 or 29.96% 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 #41507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41507A is #BEAF85. Grayscale: #505050. Windows color (decimal): -12496774 or 8015937. OLE color: 8015937.

HSL color Cylindrical-coordinate representation of color #41507A: hue angle of 224.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41507A is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6580122-
CMYK0.470.3400.52
HSL224.21º30.48%36.67%-
HSV(B)224.21º46.72%47.84%-
XYZ8.568.2719.56-
YUV80.3151.53117.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 122 (48.05% from 255) = 45.69%
R=24.34%
G=29.96%
B=45.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65801220.470.3400.52224.2130.4836.67
Hex41507A2F22034e01e25
Octal10112017257420643403645
Binary10000011010000111101010111110001001101001110000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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