Html Css Color HEX #475274 Astronaut

📋 copy color: '#475274'

red 71 ◦ green 82 ◦ blue 116

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

Shades of Astronaut #475274

Tints of Astronaut #475274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.12%

R = 26.39%
G = 30.48%
B = 43.12%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#475274 (or 0x475274) is known color: Astronaut. HEX triplet: 47, 52 and 74. RGB value is (71,82,116). Sum of RGB (Red+Green+Blue) = 71+82+116=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 116 (45.70% from 255 or 43.12% from 269); Max value from RGB is 116 - color contains mainly: blue. Hex color #475274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475274 is #B8AD8B. Grayscale: #525252. Windows color (decimal): -12103052 or 7623239. OLE color: 7623239.

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

Color convert

RGB 71 82 116 -
CMYK 0.39 0.29 0 0.55
HSL 225.33º 0.24% 0.37% -
HSV(B) 225.33º 0.39% 0.45% -
XYZ 8.77 8.64 17.73 -
YUV 82.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 71 82 116 0.39 0.29 0 0.55 225.33 0.24 0.37
Hex 47 52 74 27 1D 0 37 E1 18 25
Octal 107 122 164 47 35 0 67 341 30 45
Binary 1000111 1010010 1110100 100111 11101 0 110111 11100001 11000 100101

Color Harmonies of #475274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475274

Black with #475274

Text Example


Text Example

White with #475274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475274; }

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

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

background-color css

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

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

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

border-color css

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

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

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