Html Css Color HEX #476E6F Ming

📋 copy color: '#476E6F'

red 71 ◦ green 110 ◦ blue 111

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

Shades of Ming #476E6F

Tints of Ming #476E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 24.32%
G = 37.67%
B = 38.01%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476E6F (or 0x476E6F) is known color: Ming. HEX triplet: 47, 6E and 6F. RGB value is (71,110,111). Sum of RGB (Red+Green+Blue) = 71+110+111=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #476E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E6F is #B89190. Grayscale: #626262. Windows color (decimal): -12095889 or 7302727. OLE color: 7302727.

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

Color convert

RGB 71 110 111 -
CMYK 0.36 0.01 0 0.56
HSL 181.5º 0.22% 0.36% -
HSV(B) 181.5º 0.36% 0.44% -
XYZ 11.04 13.64 17.09 -
YUV 98.45 135.08 108.42 -
System Red Green Blue C M Y K H S L
Decimal 71 110 111 0.36 0.01 0 0.56 181.5 0.22 0.36
Hex 47 6E 6F 24 1 0 38 B6 16 24
Octal 107 156 157 44 1 0 70 266 26 44
Binary 1000111 1101110 1101111 100100 1 0 111000 10110110 10110 100100

Color Harmonies of #476E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E6F

Black with #476E6F

Text Example


Text Example

White with #476E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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