Html Css Color HEX #475375 Astronaut

📋 copy color: '#475375'

red 71 ◦ green 83 ◦ blue 117

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

Shades of Astronaut #475375

Tints of Astronaut #475375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 26.2%
G = 30.63%
B = 43.17%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#475375 (or 0x475375) is known color: Astronaut. HEX triplet: 47, 53 and 75. RGB value is (71,83,117). Sum of RGB (Red+Green+Blue) = 71+83+117=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #475375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475375 is #B8AC8A. Grayscale: #535353. Windows color (decimal): -12102795 or 7689031. OLE color: 7689031.

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

Color convert

RGB 71 83 117 -
CMYK 0.39 0.29 0 0.54
HSL 224.35º 0.24% 0.37% -
HSV(B) 224.35º 0.39% 0.46% -
XYZ 8.9 8.81 18.06 -
YUV 83.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 71 83 117 0.39 0.29 0 0.54 224.35 0.24 0.37
Hex 47 53 75 27 1D 0 36 E0 18 25
Octal 107 123 165 47 35 0 66 340 30 45
Binary 1000111 1010011 1110101 100111 11101 0 110110 11100000 11000 100101

Color Harmonies of #475375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475375

Black with #475375

Text Example


Text Example

White with #475375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475375; }

 p { color: rgb(71,83,117); }

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

background-color css

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

 a { background-color: rgb(71,83,117); }

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

border-color css

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

 span { border-color: rgb(71,83,117); }

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