Html Css Color HEX #476F70 Ming

📋 copy color: '#476F70'

red 71 ◦ green 111 ◦ blue 112

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

Shades of Ming #476F70

Tints of Ming #476F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 24.15%
G = 37.76%
B = 38.1%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476F70 (or 0x476F70) is known color: Ming. HEX triplet: 47, 6F and 70. RGB value is (71,111,112). Sum of RGB (Red+Green+Blue) = 71+111+112=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #476F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F70 is #B8908F. Grayscale: #636363. Windows color (decimal): -12095632 or 7368519. OLE color: 7368519.

HSL color Cylindrical-coordinate representation of color #476F70: hue angle of 181.46º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476F70 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 112 -
CMYK 0.37 0.01 0 0.56
HSL 181.46º 0.22% 0.36% -
HSV(B) 181.46º 0.37% 0.44% -
XYZ 11.21 13.88 17.42 -
YUV 99.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 71 111 112 0.37 0.01 0 0.56 181.46 0.22 0.36
Hex 47 6F 70 25 1 0 38 B5 16 24
Octal 107 157 160 45 1 0 70 265 26 44
Binary 1000111 1101111 1110000 100101 1 0 111000 10110101 10110 100100

Color Harmonies of #476F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F70

Black with #476F70

Text Example


Text Example

White with #476F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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