#414C7A

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

Shades of Astronaut #414C7A

Tints of Astronaut #414C7A

Color information

#414C7A (or 0x414C7A) is unknown color: approx Astronaut. HEX triplet: 41, 4C and 7A. RGB value is (65,76,122). Sum of RGB (Red+Green+Blue) = 65+76+122=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #414C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C7A is #BEB385. Grayscale: #4D4D4D. Windows color (decimal): -12497798 or 8014913. OLE color: 8014913.

HSL color Cylindrical-coordinate representation of color #414C7A: hue angle of 228.42º 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 #414C7A is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6576122-
CMYK0.470.3800.52
HSL228.42º30.48%36.67%-
HSV(B)228.42º46.72%47.84%-
XYZ8.287.719.46-
YUV77.96152.86118.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=24.71%
G=28.90%
B=46.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65761220.470.3800.52228.4230.4836.67
Hex414C7A2F26034e41e25
Octal10111417257460643443645
Binary10000011001100111101010111110011001101001110010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414C7A; }

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

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

<style>
 a { background-color: #414C7A; }

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

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

<style>
 span { border-color: #414C7A; }

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

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