Html Css Color HEX #474F76 Astronaut

📋 copy color: '#474F76'

red 71 ◦ green 79 ◦ blue 118

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

Shades of Astronaut #474F76

Tints of Astronaut #474F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 26.49%
G = 29.48%
B = 44.03%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474F76 (or 0x474F76) is known color: Astronaut. HEX triplet: 47, 4F and 76. RGB value is (71,79,118). Sum of RGB (Red+Green+Blue) = 71+79+118=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #474F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F76 is #B8B089. Grayscale: #505050. Windows color (decimal): -12103818 or 7753543. OLE color: 7753543.

HSL color Cylindrical-coordinate representation of color #474F76: hue angle of 229.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #474F76 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 79 118 -
CMYK 0.40 0.33 0 0.54
HSL 229.79º 0.25% 0.37% -
HSV(B) 229.79º 0.4% 0.46% -
XYZ 8.66 8.24 18.27 -
YUV 81.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 71 79 118 0.40 0.33 0 0.54 229.79 0.25 0.37
Hex 47 4F 76 28 21 0 36 E6 19 25
Octal 107 117 166 50 41 0 66 346 31 45
Binary 1000111 1001111 1110110 101000 100001 0 110110 11100110 11001 100101

Color Harmonies of #474F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F76

Black with #474F76

Text Example


Text Example

White with #474F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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