Html Css Color HEX #465371 Astronaut

📋 copy color: '#465371'

red 70 ◦ green 83 ◦ blue 113

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

Shades of Astronaut #465371

Tints of Astronaut #465371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 26.32%
G = 31.2%
B = 42.48%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465371 (or 0x465371) is known color: Astronaut. HEX triplet: 46, 53 and 71. RGB value is (70,83,113). Sum of RGB (Red+Green+Blue) = 70+83+113=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #465371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465371 is #B9AC8E. Grayscale: #525252. Windows color (decimal): -12168335 or 7426886. OLE color: 7426886.

HSL color Cylindrical-coordinate representation of color #465371: hue angle of 221.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465371 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 83 113 -
CMYK 0.38 0.27 0 0.56
HSL 221.86º 0.23% 0.36% -
HSV(B) 221.86º 0.38% 0.44% -
XYZ 8.6 8.68 16.85 -
YUV 82.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 70 83 113 0.38 0.27 0 0.56 221.86 0.23 0.36
Hex 46 53 71 26 1B 0 38 DE 17 24
Octal 106 123 161 46 33 0 70 336 27 44
Binary 1000110 1010011 1110001 100110 11011 0 111000 11011110 10111 100100

Color Harmonies of #465371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465371

Black with #465371

Text Example


Text Example

White with #465371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465371; }

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

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

background-color css

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

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

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

border-color css

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

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

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