Html Css Color HEX #475478 Astronaut

📋 copy color: '#475478'

red 71 ◦ green 84 ◦ blue 120

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

Shades of Astronaut #475478

Tints of Astronaut #475478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 25.82%
G = 30.55%
B = 43.64%

CMYK

 C value IS 0.41

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475478 (or 0x475478) is known color: Astronaut. HEX triplet: 47, 54 and 78. RGB value is (71,84,120). Sum of RGB (Red+Green+Blue) = 71+84+120=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #475478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475478 is #B8AB87. Grayscale: #545454. Windows color (decimal): -12102536 or 7885895. OLE color: 7885895.

HSL color Cylindrical-coordinate representation of color #475478: hue angle of 224.08º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475478 is Cyan = 0.41, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 84 120 -
CMYK 0.41 0.3 0 0.53
HSL 224.08º 0.26% 0.37% -
HSV(B) 224.08º 0.41% 0.47% -
XYZ 9.16 9.04 19.03 -
YUV 84.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 71 84 120 0.41 0.3 0 0.53 224.08 0.26 0.37
Hex 47 54 78 29 1E 0 35 E0 1A 25
Octal 107 124 170 51 36 0 65 340 32 45
Binary 1000111 1010100 1111000 101001 11110 0 110101 11100000 11010 100101

Color Harmonies of #475478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475478

Black with #475478

Text Example


Text Example

White with #475478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475478; }

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

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

background-color css

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

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

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

border-color css

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

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

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