Html Css Color HEX #475374 Astronaut

📋 copy color: '#475374'

red 71 ◦ green 83 ◦ blue 116

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

Shades of Astronaut #475374

Tints of Astronaut #475374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 26.3%
G = 30.74%
B = 42.96%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475374 (or 0x475374) is known color: Astronaut. HEX triplet: 47, 53 and 74. RGB value is (71,83,116). Sum of RGB (Red+Green+Blue) = 71+83+116=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #475374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475374 is #B8AC8B. Grayscale: #535353. Windows color (decimal): -12102796 or 7623495. OLE color: 7623495.

HSL color Cylindrical-coordinate representation of color #475374: hue angle of 224º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475374 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 83 116 -
CMYK 0.39 0.28 0 0.55
HSL 224º 0.24% 0.37% -
HSV(B) 224º 0.39% 0.45% -
XYZ 8.84 8.79 17.75 -
YUV 83.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 71 83 116 0.39 0.28 0 0.55 224 0.24 0.37
Hex 47 53 74 27 1C 0 37 E0 18 25
Octal 107 123 164 47 34 0 67 340 30 45
Binary 1000111 1010011 1110100 100111 11100 0 110111 11100000 11000 100101

Color Harmonies of #475374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475374

Black with #475374

Text Example


Text Example

White with #475374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475374; }

 p { color: rgb(71,83,116); }

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

background-color css

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

 a { background-color: rgb(71,83,116); }

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

border-color css

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

 span { border-color: rgb(71,83,116); }

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