Html Css Color HEX #465171 Astronaut

📋 copy color: '#465171'

red 70 ◦ green 81 ◦ blue 113

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

Shades of Astronaut #465171

Tints of Astronaut #465171

RGB

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

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

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

R = 26.52%
G = 30.68%
B = 42.8%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465171 (or 0x465171) is known color: Astronaut. HEX triplet: 46, 51 and 71. RGB value is (70,81,113). Sum of RGB (Red+Green+Blue) = 70+81+113=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #465171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465171 is #B9AE8E. Grayscale: #515151. Windows color (decimal): -12168847 or 7426374. OLE color: 7426374.

HSL color Cylindrical-coordinate representation of color #465171: hue angle of 224.65º 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 #465171 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 81 113 -
CMYK 0.38 0.28 0 0.56
HSL 224.65º 0.23% 0.36% -
HSV(B) 224.65º 0.38% 0.44% -
XYZ 8.45 8.38 16.79 -
YUV 81.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 70 81 113 0.38 0.28 0 0.56 224.65 0.23 0.36
Hex 46 51 71 26 1C 0 38 E1 17 24
Octal 106 121 161 46 34 0 70 341 27 44
Binary 1000110 1010001 1110001 100110 11100 0 111000 11100001 10111 100100

Color Harmonies of #465171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465171

Black with #465171

Text Example


Text Example

White with #465171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465171; }

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

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

background-color css

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

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

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

border-color css

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

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

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