Html Css Color HEX #465173 Astronaut

📋 copy color: '#465173'

red 70 ◦ green 81 ◦ blue 115

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

Shades of Astronaut #465173

Tints of Astronaut #465173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 26.32%
G = 30.45%
B = 43.23%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#465173 (or 0x465173) is known color: Astronaut. HEX triplet: 46, 51 and 73. RGB value is (70,81,115). Sum of RGB (Red+Green+Blue) = 70+81+115=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #465173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465173 is #B9AE8C. Grayscale: #515151. Windows color (decimal): -12168845 or 7557446. OLE color: 7557446.

HSL color Cylindrical-coordinate representation of color #465173: hue angle of 225.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 #465173 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 81 115 -
CMYK 0.39 0.30 0 0.55
HSL 225.33º 0.24% 0.36% -
HSV(B) 225.33º 0.39% 0.45% -
XYZ 8.56 8.42 17.39 -
YUV 81.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 70 81 115 0.39 0.30 0 0.55 225.33 0.24 0.36
Hex 46 51 73 27 1E 0 37 E1 18 24
Octal 106 121 163 47 36 0 67 341 30 44
Binary 1000110 1010001 1110011 100111 11110 0 110111 11100001 11000 100100

Color Harmonies of #465173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465173

Black with #465173

Text Example


Text Example

White with #465173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465173; }

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

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

background-color css

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

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

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

border-color css

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

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

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