Html Css Color HEX #477075 Ming

📋 copy color: '#477075'

red 71 ◦ green 112 ◦ blue 117

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

Shades of Ming #477075

Tints of Ming #477075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

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

R = 23.67%
G = 37.33%
B = 39%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#477075 (or 0x477075) is known color: Ming. HEX triplet: 47, 70 and 75. RGB value is (71,112,117). Sum of RGB (Red+Green+Blue) = 71+112+117=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #477075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477075 is #B88F8A. Grayscale: #646464. Windows color (decimal): -12095371 or 7696455. OLE color: 7696455.

HSL color Cylindrical-coordinate representation of color #477075: hue angle of 186.52º 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 #477075 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 112 117 -
CMYK 0.39 0.04 0 0.54
HSL 186.52º 0.24% 0.37% -
HSV(B) 186.52º 0.39% 0.46% -
XYZ 11.6 14.21 18.96 -
YUV 100.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 71 112 117 0.39 0.04 0 0.54 186.52 0.24 0.37
Hex 47 70 75 27 4 0 36 BB 18 25
Octal 107 160 165 47 4 0 66 273 30 45
Binary 1000111 1110000 1110101 100111 100 0 110110 10111011 11000 100101

Color Harmonies of #477075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477075

Black with #477075

Text Example


Text Example

White with #477075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477075; }

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

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

background-color css

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

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

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

border-color css

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

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

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