Html Css Color HEX #467674 Ming

📋 copy color: '#467674'

red 70 ◦ green 118 ◦ blue 116

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

Shades of Ming #467674

Tints of Ming #467674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 23.03%
G = 38.82%
B = 38.16%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#467674 (or 0x467674) is known color: Ming. HEX triplet: 46, 76 and 74. RGB value is (70,118,116). Sum of RGB (Red+Green+Blue) = 70+118+116=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #467674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467674 is #B9898B. Grayscale: #676767. Windows color (decimal): -12159372 or 7632454. OLE color: 7632454.

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

Color convert

RGB 70 118 116 -
CMYK 0.41 0 0.02 0.54
HSL 177.5º 0.26% 0.37% -
HSV(B) 177.5º 0.41% 0.46% -
XYZ 12.16 15.52 18.88 -
YUV 103.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 70 118 116 0.41 0 0.02 0.54 177.5 0.26 0.37
Hex 46 76 74 29 0 2 36 B2 1A 25
Octal 106 166 164 51 0 2 66 262 32 45
Binary 1000110 1110110 1110100 101001 0 10 110110 10110010 11010 100101

Color Harmonies of #467674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467674

Black with #467674

Text Example


Text Example

White with #467674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467674; }

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

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

background-color css

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

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

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

border-color css

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

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

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