Html Css Color HEX #477178 Ming

📋 copy color: '#477178'

red 71 ◦ green 113 ◦ blue 120

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

Shades of Ming #477178

Tints of Ming #477178

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.17%

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

R = 23.36%
G = 37.17%
B = 39.47%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477178 (or 0x477178) is known color: Ming. HEX triplet: 47, 71 and 78. RGB value is (71,113,120). Sum of RGB (Red+Green+Blue) = 71+113+120=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #477178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477178 is #B88E87. Grayscale: #656565. Windows color (decimal): -12095112 or 7893319. OLE color: 7893319.

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

Color convert

RGB 71 113 120 -
CMYK 0.41 0.06 0 0.53
HSL 188.57º 0.26% 0.37% -
HSV(B) 188.57º 0.41% 0.47% -
XYZ 11.89 14.51 19.94 -
YUV 101.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 71 113 120 0.41 0.06 0 0.53 188.57 0.26 0.37
Hex 47 71 78 29 6 0 35 BD 1A 25
Octal 107 161 170 51 6 0 65 275 32 45
Binary 1000111 1110001 1111000 101001 110 0 110101 10111101 11010 100101

Color Harmonies of #477178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477178

Black with #477178

Text Example


Text Example

White with #477178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477178; }

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

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

background-color css

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

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

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

border-color css

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

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

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