#46507A

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

Shades of Astronaut #46507A

Tints of Astronaut #46507A

Color information

#46507A (or 0x46507A) is unknown color: approx Astronaut. HEX triplet: 46, 50 and 7A. RGB value is (70,80,122). Sum of RGB (Red+Green+Blue) = 70+80+122=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #46507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46507A is #B9AF85. Grayscale: #515151. Windows color (decimal): -12169094 or 8015942. OLE color: 8015942.

HSL color Cylindrical-coordinate representation of color #46507A: hue angle of 228.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46507A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7080122-
CMYK0.430.3400.52
HSL228.46º27.08%37.65%-
HSV(B)228.46º42.62%47.84%-
XYZ8.918.4419.57-
YUV81.8150.69119.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=25.74%
G=29.41%
B=44.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70801220.430.3400.52228.4627.0837.65
Hex46507A2B22034e41b26
Octal10612017253420643443346
Binary10001101010000111101010101110001001101001110010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46507A; }

 p { color: rgb(70,80,122); }

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

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

 a { background-color: rgb(70,80,122); }

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

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

 span { border-color: rgb(70,80,122); }

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