Html Css Color HEX #467375 Ming

📋 copy color: '#467375'

red 70 ◦ green 115 ◦ blue 117

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

Shades of Ming #467375

Tints of Ming #467375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 23.18%
G = 38.08%
B = 38.74%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467375 (or 0x467375) is known color: Ming. HEX triplet: 46, 73 and 75. RGB value is (70,115,117). Sum of RGB (Red+Green+Blue) = 70+115+117=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #467375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467375 is #B98C8A. Grayscale: #656565. Windows color (decimal): -12160139 or 7697222. OLE color: 7697222.

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

Color convert

RGB 70 115 117 -
CMYK 0.40 0.02 0 0.54
HSL 182.55º 0.25% 0.37% -
HSV(B) 182.55º 0.4% 0.46% -
XYZ 11.87 14.85 19.07 -
YUV 101.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 70 115 117 0.40 0.02 0 0.54 182.55 0.25 0.37
Hex 46 73 75 28 2 0 36 B7 19 25
Octal 106 163 165 50 2 0 66 267 31 45
Binary 1000110 1110011 1110101 101000 10 0 110110 10110111 11001 100101

Color Harmonies of #467375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467375

Black with #467375

Text Example


Text Example

White with #467375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467375; }

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

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

background-color css

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

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

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

border-color css

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

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

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