Html Css Color HEX #46527A Astronaut

📋 copy color: '#46527A'

red 70 ◦ green 82 ◦ blue 122

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

Shades of Astronaut #46527A

Tints of Astronaut #46527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 25.55%
G = 29.93%
B = 44.53%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46527A (or 0x46527A) is known color: Astronaut. HEX triplet: 46, 52 and 7A. RGB value is (70,82,122). Sum of RGB (Red+Green+Blue) = 70+82+122=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #46527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46527A is #B9AD85. Grayscale: #525252. Windows color (decimal): -12168582 or 8016454. OLE color: 8016454.

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

Color convert

RGB 70 82 122 -
CMYK 0.43 0.33 0 0.52
HSL 226.15º 0.27% 0.38% -
HSV(B) 226.15º 0.43% 0.48% -
XYZ 9.06 8.74 19.62 -
YUV 82.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 70 82 122 0.43 0.33 0 0.52 226.15 0.27 0.38
Hex 46 52 7A 2B 21 0 34 E2 1B 26
Octal 106 122 172 53 41 0 64 342 33 46
Binary 1000110 1010010 1111010 101011 100001 0 110100 11100010 11011 100110

Color Harmonies of #46527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46527A

Black with #46527A

Text Example


Text Example

White with #46527A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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