Html Css Color HEX #475081 Astronaut

📋 copy color: '#475081'

red 71 ◦ green 80 ◦ blue 129

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

Shades of Astronaut #475081

Tints of Astronaut #475081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 25.36%
G = 28.57%
B = 46.07%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#475081 (or 0x475081) is known color: Astronaut. HEX triplet: 47, 50 and 81. RGB value is (71,80,129). Sum of RGB (Red+Green+Blue) = 71+80+129=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #475081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475081 is #B8AF7E. Grayscale: #525252. Windows color (decimal): -12103551 or 8474695. OLE color: 8474695.

HSL color Cylindrical-coordinate representation of color #475081: hue angle of 230.69º 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 #475081 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 80 129 -
CMYK 0.45 0.38 0 0.49
HSL 230.69º 0.29% 0.39% -
HSV(B) 230.69º 0.45% 0.51% -
XYZ 9.43 8.66 21.94 -
YUV 82.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 71 80 129 0.45 0.38 0 0.49 230.69 0.29 0.39
Hex 47 50 81 2D 26 0 31 E7 1D 27
Octal 107 120 201 55 46 0 61 347 35 47
Binary 1000111 1010000 10000001 101101 100110 0 110001 11100111 11101 100111

Color Harmonies of #475081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475081

Black with #475081

Text Example


Text Example

White with #475081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475081; }

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

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

background-color css

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

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

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

border-color css

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

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

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