Html Css Color HEX #464C71 Astronaut

📋 copy color: '#464C71'

red 70 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #464C71

Tints of Astronaut #464C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

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

R = 27.03%
G = 29.34%
B = 43.63%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464C71 (or 0x464C71) is known color: Astronaut. HEX triplet: 46, 4C and 71. RGB value is (70,76,113). Sum of RGB (Red+Green+Blue) = 70+76+113=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #464C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C71 is #B9B38E. Grayscale: #4E4E4E. Windows color (decimal): -12170127 or 7425094. OLE color: 7425094.

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

Color convert

RGB 70 76 113 -
CMYK 0.38 0.33 0 0.56
HSL 231.63º 0.23% 0.36% -
HSV(B) 231.63º 0.38% 0.44% -
XYZ 8.09 7.66 16.68 -
YUV 78.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 70 76 113 0.38 0.33 0 0.56 231.63 0.23 0.36
Hex 46 4C 71 26 21 0 38 E8 17 24
Octal 106 114 161 46 41 0 70 350 27 44
Binary 1000110 1001100 1110001 100110 100001 0 111000 11101000 10111 100100

Color Harmonies of #464C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464C71

Black with #464C71

Text Example


Text Example

White with #464C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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