Html Css Color HEX #474F71 Astronaut

📋 copy color: '#474F71'

red 71 ◦ green 79 ◦ blue 113

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

Shades of Astronaut #474F71

Tints of Astronaut #474F71

RGB

 RED value IS 71 (28.13% from 255) = 27%

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

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

R = 27%
G = 30.04%
B = 42.97%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474F71 (or 0x474F71) is known color: Astronaut. HEX triplet: 47, 4F and 71. RGB value is (71,79,113). Sum of RGB (Red+Green+Blue) = 71+79+113=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #474F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F71 is #B8B08E. Grayscale: #505050. Windows color (decimal): -12103823 or 7425863. OLE color: 7425863.

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

Color convert

RGB 71 79 113 -
CMYK 0.37 0.30 0 0.56
HSL 228.57º 0.23% 0.36% -
HSV(B) 228.57º 0.37% 0.44% -
XYZ 8.38 8.12 16.75 -
YUV 80.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 71 79 113 0.37 0.30 0 0.56 228.57 0.23 0.36
Hex 47 4F 71 25 1E 0 38 E5 17 24
Octal 107 117 161 45 36 0 70 345 27 44
Binary 1000111 1001111 1110001 100101 11110 0 111000 11100101 10111 100100

Color Harmonies of #474F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F71

Black with #474F71

Text Example


Text Example

White with #474F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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