#465177

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

Shades of Astronaut #465177

Tints of Astronaut #465177

Color information

#465177 (or 0x465177) is unknown color: approx Astronaut. HEX triplet: 46, 51 and 77. RGB value is (70,81,119). Sum of RGB (Red+Green+Blue) = 70+81+119=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #465177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465177 is #B9AE88. Grayscale: #515151. Windows color (decimal): -12168841 or 7819590. OLE color: 7819590.

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

Color convert

RGB7081119-
CMYK0.410.3200.53
HSL226.53º25.93%37.06%-
HSV(B)226.53º41.18%46.67%-
XYZ8.88.5218.63-
YUV82.04148.86119.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=25.93%
G=30%
B=44.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70811190.410.3200.53226.5325.9337.06
Hex4651772920035e31a25
Octal10612116751400653433245
Binary10001101010001111011110100110000001101011110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465177; }

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

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

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

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

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

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

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

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