#46507B

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

Shades of Astronaut #46507B

Tints of Astronaut #46507B

Color information

#46507B (or 0x46507B) is unknown color: approx Astronaut. HEX triplet: 46, 50 and 7B. RGB value is (70,80,123). Sum of RGB (Red+Green+Blue) = 70+80+123=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #46507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46507B is #B9AF84. Grayscale: #515151. Windows color (decimal): -12169093 or 8081478. OLE color: 8081478.

HSL color Cylindrical-coordinate representation of color #46507B: hue angle of 228.68º 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 #46507B is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7080123-
CMYK0.430.3500.52
HSL228.68º27.46%37.84%-
HSV(B)228.68º43.09%48.24%-
XYZ8.978.4719.9-
YUV81.91151.19119.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=25.64%
G=29.30%
B=45.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70801230.430.3500.52228.6827.4637.84
Hex46507B2B23034e51b26
Octal10612017353430643453346
Binary10001101010000111101110101110001101101001110010111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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