#414A7A

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

Shades of Astronaut #414A7A

Tints of Astronaut #414A7A

Color information

#414A7A (or 0x414A7A) is unknown color: approx Astronaut. HEX triplet: 41, 4A and 7A. RGB value is (65,74,122). Sum of RGB (Red+Green+Blue) = 65+74+122=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #414A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A7A is #BEB585. Grayscale: #4C4C4C. Windows color (decimal): -12498310 or 8014401. OLE color: 8014401.

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

Color convert

RGB6574122-
CMYK0.470.3900.52
HSL230.53º30.48%36.67%-
HSV(B)230.53º46.72%47.84%-
XYZ8.147.4319.42-
YUV76.78153.52119.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=24.90%
G=28.35%
B=46.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65741220.470.3900.52230.5330.4836.67
Hex414A7A2F27034e71e25
Octal10111217257470643473645
Binary10000011001010111101010111110011101101001110011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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