Html Css Color HEX #467371 Ming

📋 copy color: '#467371'

red 70 ◦ green 115 ◦ blue 113

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

Shades of Ming #467371

Tints of Ming #467371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 23.49%
G = 38.59%
B = 37.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#467371 (or 0x467371) is known color: Ming. HEX triplet: 46, 73 and 71. RGB value is (70,115,113). Sum of RGB (Red+Green+Blue) = 70+115+113=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #467371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467371 is #B98C8E. Grayscale: #656565. Windows color (decimal): -12160143 or 7435078. OLE color: 7435078.

HSL color Cylindrical-coordinate representation of color #467371: hue angle of 177.33º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467371 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 115 113 -
CMYK 0.39 0 0.02 0.55
HSL 177.33º 0.24% 0.36% -
HSV(B) 177.33º 0.39% 0.45% -
XYZ 11.64 14.76 17.86 -
YUV 101.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 70 115 113 0.39 0 0.02 0.55 177.33 0.24 0.36
Hex 46 73 71 27 0 2 37 B1 18 24
Octal 106 163 161 47 0 2 67 261 30 44
Binary 1000110 1110011 1110001 100111 0 10 110111 10110001 11000 100100

Color Harmonies of #467371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467371

Black with #467371

Text Example


Text Example

White with #467371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467371; }

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

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

background-color css

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

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

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

border-color css

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

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

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