Html Css Color HEX #467976 Ming

📋 copy color: '#467976'

red 70 ◦ green 121 ◦ blue 118

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

Shades of Ming #467976

Tints of Ming #467976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 22.65%
G = 39.16%
B = 38.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#467976 (or 0x467976) is known color: Ming. HEX triplet: 46, 79 and 76. RGB value is (70,121,118). Sum of RGB (Red+Green+Blue) = 70+121+118=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #467976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467976 is #B98689. Grayscale: #696969. Windows color (decimal): -12158602 or 7764294. OLE color: 7764294.

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

Color convert

RGB 70 121 118 -
CMYK 0.42 0 0.02 0.53
HSL 176.47º 0.27% 0.37% -
HSV(B) 176.47º 0.42% 0.47% -
XYZ 12.63 16.28 19.62 -
YUV 105.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 70 121 118 0.42 0 0.02 0.53 176.47 0.27 0.37
Hex 46 79 76 2A 0 2 35 B0 1B 25
Octal 106 171 166 52 0 2 65 260 33 45
Binary 1000110 1111001 1110110 101010 0 10 110101 10110000 11011 100101

Color Harmonies of #467976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467976

Black with #467976

Text Example


Text Example

White with #467976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467976; }

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

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

background-color css

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

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

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

border-color css

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

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

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