Html Css Color HEX #467175 Ming

📋 copy color: '#467175'

red 70 ◦ green 113 ◦ blue 117

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

Shades of Ming #467175

Tints of Ming #467175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 23.33%
G = 37.67%
B = 39%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467175 (or 0x467175) is known color: Ming. HEX triplet: 46, 71 and 75. RGB value is (70,113,117). Sum of RGB (Red+Green+Blue) = 70+113+117=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #467175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467175 is #B98E8A. Grayscale: #646464. Windows color (decimal): -12160651 or 7696710. OLE color: 7696710.

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

Color convert

RGB 70 113 117 -
CMYK 0.40 0.03 0 0.54
HSL 185.11º 0.25% 0.37% -
HSV(B) 185.11º 0.4% 0.46% -
XYZ 11.64 14.4 18.99 -
YUV 100.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 70 113 117 0.40 0.03 0 0.54 185.11 0.25 0.37
Hex 46 71 75 28 3 0 36 B9 19 25
Octal 106 161 165 50 3 0 66 271 31 45
Binary 1000110 1110001 1110101 101000 11 0 110110 10111001 11001 100101

Color Harmonies of #467175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467175

Black with #467175

Text Example


Text Example

White with #467175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467175; }

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

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

background-color css

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

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

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

border-color css

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

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

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