Html Css Color HEX #475181 Astronaut

📋 copy color: '#475181'

red 71 ◦ green 81 ◦ blue 129

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

Shades of Astronaut #475181

Tints of Astronaut #475181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 129 (50.78% from 255) = 45.91%

R = 25.27%
G = 28.83%
B = 45.91%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475181 (or 0x475181) is known color: Astronaut. HEX triplet: 47, 51 and 81. RGB value is (71,81,129). Sum of RGB (Red+Green+Blue) = 71+81+129=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #475181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475181 is #B8AE7E. Grayscale: #535353. Windows color (decimal): -12103295 or 8474951. OLE color: 8474951.

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

Color convert

RGB 71 81 129 -
CMYK 0.45 0.37 0 0.49
HSL 229.66º 0.29% 0.39% -
HSV(B) 229.66º 0.45% 0.51% -
XYZ 9.5 8.81 21.97 -
YUV 83.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 71 81 129 0.45 0.37 0 0.49 229.66 0.29 0.39
Hex 47 51 81 2D 25 0 31 E6 1D 27
Octal 107 121 201 55 45 0 61 346 35 47
Binary 1000111 1010001 10000001 101101 100101 0 110001 11100110 11101 100111

Color Harmonies of #475181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475181

Black with #475181

Text Example


Text Example

White with #475181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475181; }

 p { color: rgb(71,81,129); }

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

background-color css

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

 a { background-color: rgb(71,81,129); }

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

border-color css

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

 span { border-color: rgb(71,81,129); }

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