#415177

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

Shades of Astronaut #415177

Tints of Astronaut #415177

Color information

#415177 (or 0x415177) is unknown color: approx Astronaut. HEX triplet: 41, 51 and 77. RGB value is (65,81,119). Sum of RGB (Red+Green+Blue) = 65+81+119=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #415177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415177 is #BEAE88. Grayscale: #505050. Windows color (decimal): -12496521 or 7819585. OLE color: 7819585.

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

Color convert

RGB6581119-
CMYK0.450.3200.53
HSL222.22º29.35%36.08%-
HSV(B)222.22º45.38%46.67%-
XYZ8.458.3418.62-
YUV80.55149.7116.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=24.53%
G=30.57%
B=44.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65811190.450.3200.53222.2229.3536.08
Hex4151772D20035de1d24
Octal10112116755400653363544
Binary10000011010001111011110110110000001101011101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415177; }

 p { color: rgb(65,81,119); }

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

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

 a { background-color: rgb(65,81,119); }

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

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

 span { border-color: rgb(65,81,119); }

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