Html Css Color HEX #467676 Ming

📋 copy color: '#467676'

red 70 ◦ green 118 ◦ blue 118

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

Shades of Ming #467676

Tints of Ming #467676

RGB

 RED value IS 70 (27.73% from 255) = 22.88%

 GREEN value IS 118 (46.48% from 255) = 38.56%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 22.88%
G = 38.56%
B = 38.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467676 (or 0x467676) is known color: Ming. HEX triplet: 46, 76 and 76. RGB value is (70,118,118). Sum of RGB (Red+Green+Blue) = 70+118+118=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #467676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467676 is #B98989. Grayscale: #676767. Windows color (decimal): -12159370 or 7763526. OLE color: 7763526.

HSL color Cylindrical-coordinate representation of color #467676: hue angle of 180º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467676 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 118 -
CMYK 0.41 0 0 0.54
HSL 180º 0.26% 0.37% -
HSV(B) 180º 0.41% 0.46% -
XYZ 12.27 15.57 19.5 -
YUV 103.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 70 118 118 0.41 0 0 0.54 180 0.26 0.37
Hex 46 76 76 29 0 0 36 B4 1A 25
Octal 106 166 166 51 0 0 66 264 32 45
Binary 1000110 1110110 1110110 101001 0 0 110110 10110100 11010 100101

Color Harmonies of #467676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467676

Black with #467676

Text Example


Text Example

White with #467676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467676; }

 p { color: rgb(70,118,118); }

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

background-color css

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

 a { background-color: rgb(70,118,118); }

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

border-color css

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

 span { border-color: rgb(70,118,118); }

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