#414E71

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

Shades of Astronaut #414E71

Tints of Astronaut #414E71

Color information

#414E71 (or 0x414E71) is unknown color: approx Astronaut. HEX triplet: 41, 4E and 71. RGB value is (65,78,113). Sum of RGB (Red+Green+Blue) = 65+78+113=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #414E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E71 is #BEB18E. Grayscale: #4D4D4D. Windows color (decimal): -12497295 or 7425601. OLE color: 7425601.

HSL color Cylindrical-coordinate representation of color #414E71: hue angle of 223.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414E71 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6578113-
CMYK0.420.3100.56
HSL223.75º26.97%34.9%-
HSV(B)223.75º42.48%44.31%-
XYZ7.887.7616.71-
YUV78.1147.69118.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=25.39%
G=30.47%
B=44.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65781130.420.3100.56223.7526.9734.9
Hex414E712A1F038e01b23
Octal10111616152370703403343
Binary1000001100111011100011010101111101110001110000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,78,113); }

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

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

 a { background-color: rgb(65,78,113); }

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

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

 span { border-color: rgb(65,78,113); }

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