Html Css Color HEX #466E70 Ming

📋 copy color: '#466E70'

red 70 ◦ green 110 ◦ blue 112

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

Shades of Ming #466E70

Tints of Ming #466E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

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

R = 23.97%
G = 37.67%
B = 38.36%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#466E70 (or 0x466E70) is known color: Ming. HEX triplet: 46, 6E and 70. RGB value is (70,110,112). Sum of RGB (Red+Green+Blue) = 70+110+112=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 112 - color contains mainly: blue. Hex color #466E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466E70 is #B9918F. Grayscale: #626262. Windows color (decimal): -12161424 or 7368262. OLE color: 7368262.

HSL color Cylindrical-coordinate representation of color #466E70: hue angle of 182.86º 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 #466E70 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 110 112 -
CMYK 0.38 0.02 0 0.56
HSL 182.86º 0.23% 0.36% -
HSV(B) 182.86º 0.38% 0.44% -
XYZ 11.03 13.62 17.38 -
YUV 98.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 70 110 112 0.38 0.02 0 0.56 182.86 0.23 0.36
Hex 46 6E 70 26 2 0 38 B7 17 24
Octal 106 156 160 46 2 0 70 267 27 44
Binary 1000110 1101110 1110000 100110 10 0 111000 10110111 10111 100100

Color Harmonies of #466E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466E70

Black with #466E70

Text Example


Text Example

White with #466E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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