Html Css Color HEX #474C71 Astronaut

📋 copy color: '#474C71'

red 71 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #474C71

Tints of Astronaut #474C71

RGB

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

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

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

R = 27.31%
G = 29.23%
B = 43.46%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#474C71 (or 0x474C71) is known color: Astronaut. HEX triplet: 47, 4C and 71. RGB value is (71,76,113). Sum of RGB (Red+Green+Blue) = 71+76+113=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #474C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C71 is #B8B38E. Grayscale: #4E4E4E. Windows color (decimal): -12104591 or 7425095. OLE color: 7425095.

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

Color convert

RGB 71 76 113 -
CMYK 0.37 0.33 0 0.56
HSL 232.86º 0.23% 0.36% -
HSV(B) 232.86º 0.37% 0.44% -
XYZ 8.16 7.7 16.68 -
YUV 78.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 71 76 113 0.37 0.33 0 0.56 232.86 0.23 0.36
Hex 47 4C 71 25 21 0 38 E9 17 24
Octal 107 114 161 45 41 0 70 351 27 44
Binary 1000111 1001100 1110001 100101 100001 0 111000 11101001 10111 100100

Color Harmonies of #474C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C71

Black with #474C71

Text Example


Text Example

White with #474C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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