Html Css Color HEX #466F70 Ming

📋 copy color: '#466F70'

red 70 ◦ green 111 ◦ blue 112

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

Shades of Ming #466F70

Tints of Ming #466F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 23.89%
G = 37.88%
B = 38.23%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466F70 (or 0x466F70) is known color: Ming. HEX triplet: 46, 6F and 70. RGB value is (70,111,112). Sum of RGB (Red+Green+Blue) = 70+111+112=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #466F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F70 is #B9908F. Grayscale: #626262. Windows color (decimal): -12161168 or 7368518. OLE color: 7368518.

HSL color Cylindrical-coordinate representation of color #466F70: hue angle of 181.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #466F70 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 112 -
CMYK 0.38 0.01 0 0.56
HSL 181.43º 0.23% 0.36% -
HSV(B) 181.43º 0.38% 0.44% -
XYZ 11.13 13.84 17.41 -
YUV 98.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 70 111 112 0.38 0.01 0 0.56 181.43 0.23 0.36
Hex 46 6F 70 26 1 0 38 B5 17 24
Octal 106 157 160 46 1 0 70 265 27 44
Binary 1000110 1101111 1110000 100110 1 0 111000 10110101 10111 100100

Color Harmonies of #466F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F70

Black with #466F70

Text Example


Text Example

White with #466F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F70; }

 p { color: rgb(70,111,112); }

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

background-color css

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

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

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

border-color css

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

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

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