#414F76

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

Shades of Astronaut #414F76

Tints of Astronaut #414F76

Color information

#414F76 (or 0x414F76) is unknown color: approx Astronaut. HEX triplet: 41, 4F and 76. RGB value is (65,79,118). Sum of RGB (Red+Green+Blue) = 65+79+118=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #414F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F76 is #BEB089. Grayscale: #4F4F4F. Windows color (decimal): -12497034 or 7753537. OLE color: 7753537.

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

Color convert

RGB6579118-
CMYK0.450.3300.54
HSL224.15º28.96%35.88%-
HSV(B)224.15º44.92%46.27%-
XYZ8.258.0218.25-
YUV79.26149.86117.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=24.81%
G=30.15%
B=45.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65791180.450.3300.54224.1528.9635.88
Hex414F762D21036e01d24
Octal10111716655410663403544
Binary10000011001111111011010110110000101101101110000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,118); }

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

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

 a { background-color: rgb(65,79,118); }

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

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

 span { border-color: rgb(65,79,118); }

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