#414E75

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

Shades of Astronaut #414E75

Tints of Astronaut #414E75

Color information

#414E75 (or 0x414E75) is unknown color: approx Astronaut. HEX triplet: 41, 4E and 75. RGB value is (65,78,117). Sum of RGB (Red+Green+Blue) = 65+78+117=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #414E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414E75 is #BEB18A. Grayscale: #4E4E4E. Windows color (decimal): -12497291 or 7687745. OLE color: 7687745.

HSL color Cylindrical-coordinate representation of color #414E75: hue angle of 225º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #414E75 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6578117-
CMYK0.440.3300.54
HSL225º28.57%35.69%-
HSV(B)225º44.44%45.88%-
XYZ8.127.8617.92-
YUV78.56149.69118.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 117 (46.09% from 255) = 45%
R=25%
G=30%
B=45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65781170.440.3300.5422528.5735.69
Hex414E752C21036e11d24
Octal10111616554410663413544
Binary10000011001110111010110110010000101101101110000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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