Html Css Color HEX #465471 Astronaut

📋 copy color: '#465471'

red 70 ◦ green 84 ◦ blue 113

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

Shades of Astronaut #465471

Tints of Astronaut #465471

RGB

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

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

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

R = 26.22%
G = 31.46%
B = 42.32%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#465471 (or 0x465471) is known color: Astronaut. HEX triplet: 46, 54 and 71. RGB value is (70,84,113). Sum of RGB (Red+Green+Blue) = 70+84+113=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #465471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465471 is #B9AB8E. Grayscale: #525252. Windows color (decimal): -12168079 or 7427142. OLE color: 7427142.

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

Color convert

RGB 70 84 113 -
CMYK 0.38 0.26 0 0.56
HSL 220.47º 0.23% 0.36% -
HSV(B) 220.47º 0.38% 0.44% -
XYZ 8.68 8.83 16.87 -
YUV 83.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 70 84 113 0.38 0.26 0 0.56 220.47 0.23 0.36
Hex 46 54 71 26 1A 0 38 DC 17 24
Octal 106 124 161 46 32 0 70 334 27 44
Binary 1000110 1010100 1110001 100110 11010 0 111000 11011100 10111 100100

Color Harmonies of #465471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465471

Black with #465471

Text Example


Text Example

White with #465471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465471; }

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

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

background-color css

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

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

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

border-color css

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

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

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