Html Css Color HEX #46507B Astronaut

📋 copy color: '#46507B'

red 70 ◦ green 80 ◦ blue 123

#46507B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #46507B

Tints of Astronaut #46507B

RGB

 RED value IS 70 (27.73% from 255) = 25.64%

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 123 (48.44% from 255) = 45.05%

R = 25.64%
G = 29.3%
B = 45.05%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46507B (or 0x46507B) is known color: 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

RGB 70 80 123 -
CMYK 0.43 0.35 0 0.52
HSL 228.68º 0.27% 0.38% -
HSV(B) 228.68º 0.43% 0.48% -
XYZ 8.97 8.47 19.9 -
YUV 81.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 70 80 123 0.43 0.35 0 0.52 228.68 0.27 0.38
Hex 46 50 7B 2B 23 0 34 E5 1B 26
Octal 106 120 173 53 43 0 64 345 33 46
Binary 1000110 1010000 1111011 101011 100011 0 110100 11100101 11011 100110

Color Harmonies of #46507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46507B

Black with #46507B

Text Example


Text Example

White with #46507B

Text Example


Text Example

HTML Codes & Css Web 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>