Html Css Color HEX #466F75 Ming

📋 copy color: '#466F75'

red 70 ◦ green 111 ◦ blue 117

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

Shades of Ming #466F75

Tints of Ming #466F75

RGB

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

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

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

R = 23.49%
G = 37.25%
B = 39.26%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#466F75 (or 0x466F75) is known color: Ming. HEX triplet: 46, 6F and 75. RGB value is (70,111,117). Sum of RGB (Red+Green+Blue) = 70+111+117=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #466F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F75 is #B9908A. Grayscale: #636363. Windows color (decimal): -12161163 or 7696198. OLE color: 7696198.

HSL color Cylindrical-coordinate representation of color #466F75: hue angle of 187.66º 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 #466F75 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 111 117 -
CMYK 0.40 0.05 0 0.54
HSL 187.66º 0.25% 0.37% -
HSV(B) 187.66º 0.4% 0.46% -
XYZ 11.42 13.96 18.92 -
YUV 99.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 70 111 117 0.40 0.05 0 0.54 187.66 0.25 0.37
Hex 46 6F 75 28 5 0 36 BC 19 25
Octal 106 157 165 50 5 0 66 274 31 45
Binary 1000110 1101111 1110101 101000 101 0 110110 10111100 11001 100101

Color Harmonies of #466F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F75

Black with #466F75

Text Example


Text Example

White with #466F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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