Html Css Color HEX #467775 Ming

📋 copy color: '#467775'

red 70 ◦ green 119 ◦ blue 117

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

Shades of Ming #467775

Tints of Ming #467775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 22.88%
G = 38.89%
B = 38.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#467775 (or 0x467775) is known color: Ming. HEX triplet: 46, 77 and 75. RGB value is (70,119,117). Sum of RGB (Red+Green+Blue) = 70+119+117=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 119 - color contains mainly: green. Hex color #467775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467775 is #B9888A. Grayscale: #686868. Windows color (decimal): -12159115 or 7698246. OLE color: 7698246.

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

Color convert

RGB 70 119 117 -
CMYK 0.41 0 0.02 0.53
HSL 177.55º 0.26% 0.37% -
HSV(B) 177.55º 0.41% 0.47% -
XYZ 12.33 15.78 19.23 -
YUV 104.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 70 119 117 0.41 0 0.02 0.53 177.55 0.26 0.37
Hex 46 77 75 29 0 2 35 B2 1A 25
Octal 106 167 165 51 0 2 65 262 32 45
Binary 1000110 1110111 1110101 101001 0 10 110101 10110010 11010 100101

Color Harmonies of #467775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467775

Black with #467775

Text Example


Text Example

White with #467775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467775; }

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

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

background-color css

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

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

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

border-color css

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

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

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