Html Css Color HEX #464F71 Astronaut

📋 copy color: '#464F71'

red 70 ◦ green 79 ◦ blue 113

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

Shades of Astronaut #464F71

Tints of Astronaut #464F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.15%

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

R = 26.72%
G = 30.15%
B = 43.13%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#464F71 (or 0x464F71) is known color: Astronaut. HEX triplet: 46, 4F and 71. RGB value is (70,79,113). Sum of RGB (Red+Green+Blue) = 70+79+113=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #464F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F71 is #B9B08E. Grayscale: #505050. Windows color (decimal): -12169359 or 7425862. OLE color: 7425862.

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

Color convert

RGB 70 79 113 -
CMYK 0.38 0.30 0 0.56
HSL 227.44º 0.23% 0.36% -
HSV(B) 227.44º 0.38% 0.44% -
XYZ 8.3 8.09 16.75 -
YUV 80.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 70 79 113 0.38 0.30 0 0.56 227.44 0.23 0.36
Hex 46 4F 71 26 1E 0 38 E3 17 24
Octal 106 117 161 46 36 0 70 343 27 44
Binary 1000110 1001111 1110001 100110 11110 0 111000 11100011 10111 100100

Color Harmonies of #464F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464F71

Black with #464F71

Text Example


Text Example

White with #464F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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