Html Css Color HEX #46527E Astronaut

📋 copy color: '#46527E'

red 70 ◦ green 82 ◦ blue 126

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

Shades of Astronaut #46527E

Tints of Astronaut #46527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 25.18%
G = 29.5%
B = 45.32%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46527E (or 0x46527E) is known color: Astronaut. HEX triplet: 46, 52 and 7E. RGB value is (70,82,126). Sum of RGB (Red+Green+Blue) = 70+82+126=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #46527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46527E is #B9AD81. Grayscale: #535353. Windows color (decimal): -12168578 or 8278598. OLE color: 8278598.

HSL color Cylindrical-coordinate representation of color #46527E: hue angle of 227.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46527E is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 82 126 -
CMYK 0.44 0.35 0 0.51
HSL 227.14º 0.29% 0.38% -
HSV(B) 227.14º 0.44% 0.49% -
XYZ 9.31 8.84 20.95 -
YUV 83.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 70 82 126 0.44 0.35 0 0.51 227.14 0.29 0.38
Hex 46 52 7E 2C 23 0 33 E3 1D 26
Octal 106 122 176 54 43 0 63 343 35 46
Binary 1000110 1010010 1111110 101100 100011 0 110011 11100011 11101 100110

Color Harmonies of #46527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46527E

Black with #46527E

Text Example


Text Example

White with #46527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46527E; }

 p { color: rgb(70,82,126); }

 H1.HeaderClassName
 {
   color: #46527E;
 }
 .AnyTagClassName
 {
   color: #46527E;
 }
</style>

background-color css

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

 a { background-color: rgb(70,82,126); }

 div.DivClassName
 {
   background-color: #46527E;
 }
 .BgClassName
 {
   background-color: #46527E;
 }
</style>

border-color css

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

 span { border-color: rgb(70,82,126); }

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