Html Css Color HEX #474D7A Astronaut

📋 copy color: '#474D7A'

red 71 ◦ green 77 ◦ blue 122

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

Shades of Astronaut #474D7A

Tints of Astronaut #474D7A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 26.3%
G = 28.52%
B = 45.19%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#474D7A (or 0x474D7A) is known color: Astronaut. HEX triplet: 47, 4D and 7A. RGB value is (71,77,122). Sum of RGB (Red+Green+Blue) = 71+77+122=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #474D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D7A is #B8B285. Grayscale: #505050. Windows color (decimal): -12104326 or 8015175. OLE color: 8015175.

HSL color Cylindrical-coordinate representation of color #474D7A: hue angle of 232.94º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474D7A is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 77 122 -
CMYK 0.42 0.37 0 0.52
HSL 232.94º 0.26% 0.38% -
HSV(B) 232.94º 0.42% 0.48% -
XYZ 8.77 8.05 19.5 -
YUV 80.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 71 77 122 0.42 0.37 0 0.52 232.94 0.26 0.38
Hex 47 4D 7A 2A 25 0 34 E9 1A 26
Octal 107 115 172 52 45 0 64 351 32 46
Binary 1000111 1001101 1111010 101010 100101 0 110100 11101001 11010 100110

Color Harmonies of #474D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D7A

Black with #474D7A

Text Example


Text Example

White with #474D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,77,122); }

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

background-color css

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

 a { background-color: rgb(71,77,122); }

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

border-color css

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

 span { border-color: rgb(71,77,122); }

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