Html Css Color HEX #46537E Astronaut

📋 copy color: '#46537E'

red 70 ◦ green 83 ◦ blue 126

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

Shades of Astronaut #46537E

Tints of Astronaut #46537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.75%

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

R = 25.09%
G = 29.75%
B = 45.16%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46537E (or 0x46537E) is known color: Astronaut. HEX triplet: 46, 53 and 7E. RGB value is (70,83,126). Sum of RGB (Red+Green+Blue) = 70+83+126=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #46537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46537E is #B9AC81. Grayscale: #535353. Windows color (decimal): -12168322 or 8278854. OLE color: 8278854.

HSL color Cylindrical-coordinate representation of color #46537E: hue angle of 226.07º 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 #46537E is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 83 126 -
CMYK 0.44 0.34 0 0.51
HSL 226.07º 0.29% 0.38% -
HSV(B) 226.07º 0.44% 0.49% -
XYZ 9.38 8.99 20.98 -
YUV 84.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 70 83 126 0.44 0.34 0 0.51 226.07 0.29 0.38
Hex 46 53 7E 2C 22 0 33 E2 1D 26
Octal 106 123 176 54 42 0 63 342 35 46
Binary 1000110 1010011 1111110 101100 100010 0 110011 11100010 11101 100110

Color Harmonies of #46537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46537E

Black with #46537E

Text Example


Text Example

White with #46537E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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