Html Css Color HEX #467576 Ming

📋 copy color: '#467576'

red 70 ◦ green 117 ◦ blue 118

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

Shades of Ming #467576

Tints of Ming #467576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

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

R = 22.95%
G = 38.36%
B = 38.69%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467576 (or 0x467576) is known color: Ming. HEX triplet: 46, 75 and 76. RGB value is (70,117,118). Sum of RGB (Red+Green+Blue) = 70+117+118=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #467576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467576 is #B98A89. Grayscale: #676767. Windows color (decimal): -12159626 or 7763270. OLE color: 7763270.

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

Color convert

RGB 70 117 118 -
CMYK 0.41 0.01 0 0.54
HSL 181.25º 0.26% 0.37% -
HSV(B) 181.25º 0.41% 0.46% -
XYZ 12.16 15.33 19.46 -
YUV 103.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 70 117 118 0.41 0.01 0 0.54 181.25 0.26 0.37
Hex 46 75 76 29 1 0 36 B5 1A 25
Octal 106 165 166 51 1 0 66 265 32 45
Binary 1000110 1110101 1110110 101001 1 0 110110 10110101 11010 100101

Color Harmonies of #467576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467576

Black with #467576

Text Example


Text Example

White with #467576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467576; }

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

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

background-color css

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

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

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

border-color css

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

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

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