Html Css Color HEX #465473 Astronaut

📋 copy color: '#465473'

red 70 ◦ green 84 ◦ blue 115

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

Shades of Astronaut #465473

Tints of Astronaut #465473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 26.02%
G = 31.23%
B = 42.75%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465473 (or 0x465473) is known color: Astronaut. HEX triplet: 46, 54 and 73. RGB value is (70,84,115). Sum of RGB (Red+Green+Blue) = 70+84+115=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #465473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465473 is #B9AB8C. Grayscale: #535353. Windows color (decimal): -12168077 or 7558214. OLE color: 7558214.

HSL color Cylindrical-coordinate representation of color #465473: hue angle of 221.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465473 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 84 115 -
CMYK 0.39 0.27 0 0.55
HSL 221.33º 0.24% 0.36% -
HSV(B) 221.33º 0.39% 0.45% -
XYZ 8.79 8.88 17.47 -
YUV 83.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 70 84 115 0.39 0.27 0 0.55 221.33 0.24 0.36
Hex 46 54 73 27 1B 0 37 DD 18 24
Octal 106 124 163 47 33 0 67 335 30 44
Binary 1000110 1010100 1110011 100111 11011 0 110111 11011101 11000 100100

Color Harmonies of #465473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465473

Black with #465473

Text Example


Text Example

White with #465473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465473; }

 p { color: rgb(70,84,115); }

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

background-color css

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

 a { background-color: rgb(70,84,115); }

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

border-color css

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

 span { border-color: rgb(70,84,115); }

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