Html Css Color HEX #474E76 Astronaut

📋 copy color: '#474E76'

red 71 ◦ green 78 ◦ blue 118

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

Shades of Astronaut #474E76

Tints of Astronaut #474E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.21%

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

R = 26.59%
G = 29.21%
B = 44.19%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474E76 (or 0x474E76) is known color: Astronaut. HEX triplet: 47, 4E and 76. RGB value is (71,78,118). Sum of RGB (Red+Green+Blue) = 71+78+118=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #474E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E76 is #B8B189. Grayscale: #505050. Windows color (decimal): -12104074 or 7753287. OLE color: 7753287.

HSL color Cylindrical-coordinate representation of color #474E76: hue angle of 231.06º 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 #474E76 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 78 118 -
CMYK 0.40 0.34 0 0.54
HSL 231.06º 0.25% 0.37% -
HSV(B) 231.06º 0.4% 0.46% -
XYZ 8.59 8.1 18.25 -
YUV 80.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 71 78 118 0.40 0.34 0 0.54 231.06 0.25 0.37
Hex 47 4E 76 28 22 0 36 E7 19 25
Octal 107 116 166 50 42 0 66 347 31 45
Binary 1000111 1001110 1110110 101000 100010 0 110110 11100111 11001 100101

Color Harmonies of #474E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E76

Black with #474E76

Text Example


Text Example

White with #474E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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