Html Css Color HEX #467377 Ming

📋 copy color: '#467377'

red 70 ◦ green 115 ◦ blue 119

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

Shades of Ming #467377

Tints of Ming #467377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 23.03%
G = 37.83%
B = 39.14%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467377 (or 0x467377) is known color: Ming. HEX triplet: 46, 73 and 77. RGB value is (70,115,119). Sum of RGB (Red+Green+Blue) = 70+115+119=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #467377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467377 is #B98C88. Grayscale: #656565. Windows color (decimal): -12160137 or 7828294. OLE color: 7828294.

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

Color convert

RGB 70 115 119 -
CMYK 0.41 0.03 0 0.53
HSL 184.9º 0.26% 0.37% -
HSV(B) 184.9º 0.41% 0.47% -
XYZ 11.99 14.9 19.7 -
YUV 102 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 70 115 119 0.41 0.03 0 0.53 184.9 0.26 0.37
Hex 46 73 77 29 3 0 35 B9 1A 25
Octal 106 163 167 51 3 0 65 271 32 45
Binary 1000110 1110011 1110111 101001 11 0 110101 10111001 11010 100101

Color Harmonies of #467377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467377

Black with #467377

Text Example


Text Example

White with #467377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467377; }

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

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

background-color css

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

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

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

border-color css

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

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

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