Html Css Color HEX #475282 Astronaut

📋 copy color: '#475282'

red 71 ◦ green 82 ◦ blue 130

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

Shades of Astronaut #475282

Tints of Astronaut #475282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 130 (51.17% from 255) = 45.94%

R = 25.09%
G = 28.98%
B = 45.94%

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

#475282 (or 0x475282) is known color: Astronaut. HEX triplet: 47, 52 and 82. RGB value is (71,82,130). Sum of RGB (Red+Green+Blue) = 71+82+130=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #475282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475282 is #B8AD7D. Grayscale: #535353. Windows color (decimal): -12103038 or 8540743. OLE color: 8540743.

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

Color convert

RGB 71 82 130 -
CMYK 0.45 0.37 0 0.49
HSL 228.81º 0.29% 0.39% -
HSV(B) 228.81º 0.45% 0.51% -
XYZ 9.65 8.99 22.35 -
YUV 84.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 71 82 130 0.45 0.37 0 0.49 228.81 0.29 0.39
Hex 47 52 82 2D 25 0 31 E5 1D 27
Octal 107 122 202 55 45 0 61 345 35 47
Binary 1000111 1010010 10000010 101101 100101 0 110001 11100101 11101 100111

Color Harmonies of #475282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475282

Black with #475282

Text Example


Text Example

White with #475282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475282; }

 p { color: rgb(71,82,130); }

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

background-color css

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

 a { background-color: rgb(71,82,130); }

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

border-color css

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

 span { border-color: rgb(71,82,130); }

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