Html Css Color HEX #474E73 Astronaut

📋 copy color: '#474E73'

red 71 ◦ green 78 ◦ blue 115

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

Shades of Astronaut #474E73

Tints of Astronaut #474E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 26.89%
G = 29.55%
B = 43.56%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#474E73 (or 0x474E73) is known color: Astronaut. HEX triplet: 47, 4E and 73. RGB value is (71,78,115). Sum of RGB (Red+Green+Blue) = 71+78+115=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #474E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E73 is #B8B18C. Grayscale: #4F4F4F. Windows color (decimal): -12104077 or 7556679. OLE color: 7556679.

HSL color Cylindrical-coordinate representation of color #474E73: hue angle of 230.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #474E73 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 78 115 -
CMYK 0.38 0.32 0 0.55
HSL 230.45º 0.24% 0.36% -
HSV(B) 230.45º 0.38% 0.45% -
XYZ 8.42 8.03 17.33 -
YUV 80.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 71 78 115 0.38 0.32 0 0.55 230.45 0.24 0.36
Hex 47 4E 73 26 20 0 37 E6 18 24
Octal 107 116 163 46 40 0 67 346 30 44
Binary 1000111 1001110 1110011 100110 100000 0 110111 11100110 11000 100100

Color Harmonies of #474E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E73

Black with #474E73

Text Example


Text Example

White with #474E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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