#465174

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

Shades of Astronaut #465174

Tints of Astronaut #465174

Color information

#465174 (or 0x465174) is unknown color: approx Astronaut. HEX triplet: 46, 51 and 74. RGB value is (70,81,116). Sum of RGB (Red+Green+Blue) = 70+81+116=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #465174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465174 is #B9AE8B. Grayscale: #515151. Windows color (decimal): -12168844 or 7622982. OLE color: 7622982.

HSL color Cylindrical-coordinate representation of color #465174: hue angle of 225.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465174 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7081116-
CMYK0.400.3000.55
HSL225.65º24.73%36.47%-
HSV(B)225.65º39.66%45.49%-
XYZ8.628.4517.7-
YUV81.7147.36119.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=26.22%
G=30.34%
B=43.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70811160.400.3000.55225.6524.7336.47
Hex465174281E037e21924
Octal10612116450360673423144
Binary1000110101000111101001010001111001101111110001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465174; }

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

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

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

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

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

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

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

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