Html Css Color HEX #467774 Ming

📋 copy color: '#467774'

red 70 ◦ green 119 ◦ blue 116

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

Shades of Ming #467774

Tints of Ming #467774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

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

R = 22.95%
G = 39.02%
B = 38.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#467774 (or 0x467774) is known color: Ming. HEX triplet: 46, 77 and 74. RGB value is (70,119,116). Sum of RGB (Red+Green+Blue) = 70+119+116=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 119 - color contains mainly: green. Hex color #467774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467774 is #B9888B. Grayscale: #676767. Windows color (decimal): -12159116 or 7632710. OLE color: 7632710.

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

Color convert

RGB 70 119 116 -
CMYK 0.41 0 0.03 0.53
HSL 176.33º 0.26% 0.37% -
HSV(B) 176.33º 0.41% 0.47% -
XYZ 12.28 15.76 18.92 -
YUV 104.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 70 119 116 0.41 0 0.03 0.53 176.33 0.26 0.37
Hex 46 77 74 29 0 3 35 B0 1A 25
Octal 106 167 164 51 0 3 65 260 32 45
Binary 1000110 1110111 1110100 101001 0 11 110101 10110000 11010 100101

Color Harmonies of #467774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467774

Black with #467774

Text Example


Text Example

White with #467774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467774; }

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

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

background-color css

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

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

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

border-color css

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

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

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