Html Css Color HEX #475472 Astronaut

📋 copy color: '#475472'

red 71 ◦ green 84 ◦ blue 114

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

Shades of Astronaut #475472

Tints of Astronaut #475472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 114 (44.92% from 255) = 42.38%

R = 26.39%
G = 31.23%
B = 42.38%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475472 (or 0x475472) is known color: Astronaut. HEX triplet: 47, 54 and 72. RGB value is (71,84,114). Sum of RGB (Red+Green+Blue) = 71+84+114=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #475472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475472 is #B8AB8D. Grayscale: #535353. Windows color (decimal): -12102542 or 7492679. OLE color: 7492679.

HSL color Cylindrical-coordinate representation of color #475472: hue angle of 221.86º degrees, saturation: 0.23, 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 #475472 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 84 114 -
CMYK 0.38 0.26 0 0.55
HSL 221.86º 0.23% 0.36% -
HSV(B) 221.86º 0.38% 0.45% -
XYZ 8.81 8.9 17.17 -
YUV 83.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 71 84 114 0.38 0.26 0 0.55 221.86 0.23 0.36
Hex 47 54 72 26 1A 0 37 DE 17 24
Octal 107 124 162 46 32 0 67 336 27 44
Binary 1000111 1010100 1110010 100110 11010 0 110111 11011110 10111 100100

Color Harmonies of #475472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475472

Black with #475472

Text Example


Text Example

White with #475472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475472; }

 p { color: rgb(71,84,114); }

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

background-color css

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

 a { background-color: rgb(71,84,114); }

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

border-color css

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

 span { border-color: rgb(71,84,114); }

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