Html Css Color HEX #467673 Ming

📋 copy color: '#467673'

red 70 ◦ green 118 ◦ blue 115

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

Shades of Ming #467673

Tints of Ming #467673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 23.1%
G = 38.94%
B = 37.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#467673 (or 0x467673) is known color: Ming. HEX triplet: 46, 76 and 73. RGB value is (70,118,115). Sum of RGB (Red+Green+Blue) = 70+118+115=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #467673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467673 is #B9898C. Grayscale: #676767. Windows color (decimal): -12159373 or 7566918. OLE color: 7566918.

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

Color convert

RGB 70 118 115 -
CMYK 0.41 0 0.03 0.54
HSL 176.25º 0.26% 0.37% -
HSV(B) 176.25º 0.41% 0.46% -
XYZ 12.1 15.5 18.57 -
YUV 103.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 70 118 115 0.41 0 0.03 0.54 176.25 0.26 0.37
Hex 46 76 73 29 0 3 36 B0 1A 25
Octal 106 166 163 51 0 3 66 260 32 45
Binary 1000110 1110110 1110011 101001 0 11 110110 10110000 11010 100101

Color Harmonies of #467673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467673

Black with #467673

Text Example


Text Example

White with #467673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467673; }

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

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

background-color css

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

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

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

border-color css

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

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

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