Html Css Color HEX #46527B Astronaut

📋 copy color: '#46527B'

red 70 ◦ green 82 ◦ blue 123

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

Shades of Astronaut #46527B

Tints of Astronaut #46527B

RGB

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

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

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

R = 25.45%
G = 29.82%
B = 44.73%

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

#46527B (or 0x46527B) is known color: Astronaut. HEX triplet: 46, 52 and 7B. RGB value is (70,82,123). Sum of RGB (Red+Green+Blue) = 70+82+123=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #46527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46527B is #B9AD84. Grayscale: #525252. Windows color (decimal): -12168581 or 8081990. OLE color: 8081990.

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

Color convert

RGB 70 82 123 -
CMYK 0.43 0.33 0 0.52
HSL 226.42º 0.27% 0.38% -
HSV(B) 226.42º 0.43% 0.48% -
XYZ 9.12 8.77 19.95 -
YUV 83.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 70 82 123 0.43 0.33 0 0.52 226.42 0.27 0.38
Hex 46 52 7B 2B 21 0 34 E2 1B 26
Octal 106 122 173 53 41 0 64 342 33 46
Binary 1000110 1010010 1111011 101011 100001 0 110100 11100010 11011 100110

Color Harmonies of #46527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46527B

Black with #46527B

Text Example


Text Example

White with #46527B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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