Html Css Color HEX #46537B Astronaut

📋 copy color: '#46537B'

red 70 ◦ green 83 ◦ blue 123

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

Shades of Astronaut #46537B

Tints of Astronaut #46537B

RGB

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

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

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

R = 25.36%
G = 30.07%
B = 44.57%

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

#46537B (or 0x46537B) is known color: Astronaut. HEX triplet: 46, 53 and 7B. RGB value is (70,83,123). Sum of RGB (Red+Green+Blue) = 70+83+123=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #46537B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46537B is #B9AC84. Grayscale: #535353. Windows color (decimal): -12168325 or 8082246. OLE color: 8082246.

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

Color convert

RGB 70 83 123 -
CMYK 0.43 0.33 0 0.52
HSL 225.28º 0.27% 0.38% -
HSV(B) 225.28º 0.43% 0.48% -
XYZ 9.19 8.92 19.98 -
YUV 83.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 70 83 123 0.43 0.33 0 0.52 225.28 0.27 0.38
Hex 46 53 7B 2B 21 0 34 E1 1B 26
Octal 106 123 173 53 41 0 64 341 33 46
Binary 1000110 1010011 1111011 101011 100001 0 110100 11100001 11011 100110

Color Harmonies of #46537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46537B

Black with #46537B

Text Example


Text Example

White with #46537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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