Html Css Color HEX #475378 Astronaut

📋 copy color: '#475378'

red 71 ◦ green 83 ◦ blue 120

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

Shades of Astronaut #475378

Tints of Astronaut #475378

RGB

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

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

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

R = 25.91%
G = 30.29%
B = 43.8%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#475378 (or 0x475378) is known color: Astronaut. HEX triplet: 47, 53 and 78. RGB value is (71,83,120). Sum of RGB (Red+Green+Blue) = 71+83+120=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #475378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475378 is #B8AC87. Grayscale: #535353. Windows color (decimal): -12102792 or 7885639. OLE color: 7885639.

HSL color Cylindrical-coordinate representation of color #475378: hue angle of 225.31º 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 #475378 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 83 120 -
CMYK 0.41 0.31 0 0.53
HSL 225.31º 0.26% 0.37% -
HSV(B) 225.31º 0.41% 0.47% -
XYZ 9.08 8.88 19.01 -
YUV 83.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 71 83 120 0.41 0.31 0 0.53 225.31 0.26 0.37
Hex 47 53 78 29 1F 0 35 E1 1A 25
Octal 107 123 170 51 37 0 65 341 32 45
Binary 1000111 1010011 1111000 101001 11111 0 110101 11100001 11010 100101

Color Harmonies of #475378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475378

Black with #475378

Text Example


Text Example

White with #475378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475378; }

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

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

background-color css

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

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

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

border-color css

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

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

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