Html Css Color HEX #467177 Ming

📋 copy color: '#467177'

red 70 ◦ green 113 ◦ blue 119

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

Shades of Ming #467177

Tints of Ming #467177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.4%

R = 23.18%
G = 37.42%
B = 39.4%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467177 (or 0x467177) is known color: Ming. HEX triplet: 46, 71 and 77. RGB value is (70,113,119). Sum of RGB (Red+Green+Blue) = 70+113+119=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #467177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467177 is #B98E88. Grayscale: #646464. Windows color (decimal): -12160649 or 7827782. OLE color: 7827782.

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

Color convert

RGB 70 113 119 -
CMYK 0.41 0.05 0 0.53
HSL 187.35º 0.26% 0.37% -
HSV(B) 187.35º 0.41% 0.47% -
XYZ 11.76 14.44 19.62 -
YUV 100.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 70 113 119 0.41 0.05 0 0.53 187.35 0.26 0.37
Hex 46 71 77 29 5 0 35 BB 1A 25
Octal 106 161 167 51 5 0 65 273 32 45
Binary 1000110 1110001 1110111 101001 101 0 110101 10111011 11010 100101

Color Harmonies of #467177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467177

Black with #467177

Text Example


Text Example

White with #467177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467177; }

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

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

background-color css

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

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

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

border-color css

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

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

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