Html Css Color HEX #467675 Ming

📋 copy color: '#467675'

red 70 ◦ green 118 ◦ blue 117

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

Shades of Ming #467675

Tints of Ming #467675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 22.95%
G = 38.69%
B = 38.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#467675 (or 0x467675) is known color: Ming. HEX triplet: 46, 76 and 75. RGB value is (70,118,117). Sum of RGB (Red+Green+Blue) = 70+118+117=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #467675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467675 is #B9898A. Grayscale: #676767. Windows color (decimal): -12159371 or 7697990. OLE color: 7697990.

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

Color convert

RGB 70 118 117 -
CMYK 0.41 0 0.01 0.54
HSL 178.75º 0.26% 0.37% -
HSV(B) 178.75º 0.41% 0.46% -
XYZ 12.22 15.54 19.19 -
YUV 103.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 70 118 117 0.41 0 0.01 0.54 178.75 0.26 0.37
Hex 46 76 75 29 0 1 36 B3 1A 25
Octal 106 166 165 51 0 1 66 263 32 45
Binary 1000110 1110110 1110101 101001 0 1 110110 10110011 11010 100101

Color Harmonies of #467675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467675

Black with #467675

Text Example


Text Example

White with #467675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467675; }

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

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

background-color css

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

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

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

border-color css

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

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

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