#414D73

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

Shades of Astronaut #414D73

Tints of Astronaut #414D73

Color information

#414D73 (or 0x414D73) is unknown color: approx Astronaut. HEX triplet: 41, 4D and 73. RGB value is (65,77,115). Sum of RGB (Red+Green+Blue) = 65+77+115=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #414D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D73 is #BEB28C. Grayscale: #4D4D4D. Windows color (decimal): -12497549 or 7556417. OLE color: 7556417.

HSL color Cylindrical-coordinate representation of color #414D73: hue angle of 225.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #414D73 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6577115-
CMYK0.430.3300.55
HSL225.6º27.78%35.29%-
HSV(B)225.6º43.48%45.1%-
XYZ7.937.6717.28-
YUV77.74149.02118.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=25.29%
G=29.96%
B=44.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65771150.430.3300.55225.627.7835.29
Hex414D732B21037e21c23
Octal10111516353410673423443
Binary10000011001101111001110101110000101101111110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,77,115); }

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

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

 a { background-color: rgb(65,77,115); }

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

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

 span { border-color: rgb(65,77,115); }

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