Html Css Color HEX #467379 Ming

📋 copy color: '#467379'

red 70 ◦ green 115 ◦ blue 121

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

Shades of Ming #467379

Tints of Ming #467379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.54%

R = 22.88%
G = 37.58%
B = 39.54%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467379 (or 0x467379) is known color: Ming. HEX triplet: 46, 73 and 79. RGB value is (70,115,121). Sum of RGB (Red+Green+Blue) = 70+115+121=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #467379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467379 is #B98C86. Grayscale: #666666. Windows color (decimal): -12160135 or 7959366. OLE color: 7959366.

HSL color Cylindrical-coordinate representation of color #467379: hue angle of 187.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467379 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 115 121 -
CMYK 0.42 0.05 0 0.53
HSL 187.06º 0.27% 0.37% -
HSV(B) 187.06º 0.42% 0.47% -
XYZ 12.11 14.94 20.34 -
YUV 102.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 70 115 121 0.42 0.05 0 0.53 187.06 0.27 0.37
Hex 46 73 79 2A 5 0 35 BB 1B 25
Octal 106 163 171 52 5 0 65 273 33 45
Binary 1000110 1110011 1111001 101010 101 0 110101 10111011 11011 100101

Color Harmonies of #467379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467379

Black with #467379

Text Example


Text Example

White with #467379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467379; }

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

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

background-color css

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

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

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

border-color css

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

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

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