#414D78

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

Shades of Astronaut #414D78

Tints of Astronaut #414D78

Color information

#414D78 (or 0x414D78) is unknown color: approx Astronaut. HEX triplet: 41, 4D and 78. RGB value is (65,77,120). Sum of RGB (Red+Green+Blue) = 65+77+120=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #414D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D78 is #BEB287. Grayscale: #4E4E4E. Windows color (decimal): -12497544 or 7884097. OLE color: 7884097.

HSL color Cylindrical-coordinate representation of color #414D78: hue angle of 226.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414D78 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6577120-
CMYK0.460.3600.53
HSL226.91º29.73%36.27%-
HSV(B)226.91º45.83%47.06%-
XYZ8.227.7918.84-
YUV78.31151.52118.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=24.81%
G=29.39%
B=45.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65771200.460.3600.53226.9129.7336.27
Hex414D782E24035e31e24
Octal10111517056440653433644
Binary10000011001101111100010111010010001101011110001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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