Html Css Color HEX #467176 Ming

📋 copy color: '#467176'

red 70 ◦ green 113 ◦ blue 118

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

Shades of Ming #467176

Tints of Ming #467176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 23.26%
G = 37.54%
B = 39.2%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467176 (or 0x467176) is known color: Ming. HEX triplet: 46, 71 and 76. RGB value is (70,113,118). Sum of RGB (Red+Green+Blue) = 70+113+118=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #467176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467176 is #B98E89. Grayscale: #646464. Windows color (decimal): -12160650 or 7762246. OLE color: 7762246.

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

Color convert

RGB 70 113 118 -
CMYK 0.41 0.04 0 0.54
HSL 186.25º 0.26% 0.37% -
HSV(B) 186.25º 0.41% 0.46% -
XYZ 11.7 14.42 19.31 -
YUV 100.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 70 113 118 0.41 0.04 0 0.54 186.25 0.26 0.37
Hex 46 71 76 29 4 0 36 BA 1A 25
Octal 106 161 166 51 4 0 66 272 32 45
Binary 1000110 1110001 1110110 101001 100 0 110110 10111010 11010 100101

Color Harmonies of #467176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467176

Black with #467176

Text Example


Text Example

White with #467176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467176; }

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

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

background-color css

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

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

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

border-color css

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

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

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