Html Css Color HEX #467575 Ming

📋 copy color: '#467575'

red 70 ◦ green 117 ◦ blue 117

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

Shades of Ming #467575

Tints of Ming #467575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 23.03%
G = 38.49%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#467575 (or 0x467575) is known color: Ming. HEX triplet: 46, 75 and 75. RGB value is (70,117,117). Sum of RGB (Red+Green+Blue) = 70+117+117=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #467575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467575 is #B98A8A. Grayscale: #666666. Windows color (decimal): -12159627 or 7697734. OLE color: 7697734.

HSL color Cylindrical-coordinate representation of color #467575: hue angle of 180º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467575 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 117 -
CMYK 0.40 0 0 0.54
HSL 180º 0.25% 0.37% -
HSV(B) 180º 0.4% 0.46% -
XYZ 12.1 15.31 19.15 -
YUV 102.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 70 117 117 0.40 0 0 0.54 180 0.25 0.37
Hex 46 75 75 28 0 0 36 B4 19 25
Octal 106 165 165 50 0 0 66 264 31 45
Binary 1000110 1110101 1110101 101000 0 0 110110 10110100 11001 100101

Color Harmonies of #467575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467575

Black with #467575

Text Example


Text Example

White with #467575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467575; }

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

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

background-color css

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

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

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

border-color css

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

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

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