#414D7C

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

Shades of Astronaut #414D7C

Tints of Astronaut #414D7C

Color information

#414D7C (or 0x414D7C) is unknown color: approx Astronaut. HEX triplet: 41, 4D and 7C. RGB value is (65,77,124). Sum of RGB (Red+Green+Blue) = 65+77+124=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #414D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D7C is #BEB283. Grayscale: #4E4E4E. Windows color (decimal): -12497540 or 8146241. OLE color: 8146241.

HSL color Cylindrical-coordinate representation of color #414D7C: hue angle of 227.8º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #414D7C is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6577124-
CMYK0.480.3800.51
HSL227.8º31.22%37.06%-
HSV(B)227.8º47.58%48.63%-
XYZ8.477.8920.14-
YUV78.77153.52118.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=24.44%
G=28.95%
B=46.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65771240.480.3800.51227.831.2237.06
Hex414D7C3026033e41f25
Octal10111517460460633443745
Binary10000011001101111110011000010011001100111110010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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