#414D72

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

Shades of Astronaut #414D72

Tints of Astronaut #414D72

Color information

#414D72 (or 0x414D72) is unknown color: approx Astronaut. HEX triplet: 41, 4D and 72. RGB value is (65,77,114). Sum of RGB (Red+Green+Blue) = 65+77+114=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #414D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D72 is #BEB28D. Grayscale: #4D4D4D. Windows color (decimal): -12497550 or 7490881. OLE color: 7490881.

HSL color Cylindrical-coordinate representation of color #414D72: hue angle of 225.31º degrees, saturation: 0.27, 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 #414D72 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6577114-
CMYK0.430.3200.55
HSL225.31º27.37%35.1%-
HSV(B)225.31º42.98%44.71%-
XYZ7.877.6516.98-
YUV77.63148.52118.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=25.39%
G=30.08%
B=44.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65771140.430.3200.55225.3127.3735.1
Hex414D722B20037e11b23
Octal10111516253400673413343
Binary10000011001101111001010101110000001101111110000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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