Html Css Color HEX #466F72 Ming

📋 copy color: '#466F72'

red 70 ◦ green 111 ◦ blue 114

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

Shades of Ming #466F72

Tints of Ming #466F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 23.73%
G = 37.63%
B = 38.64%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#466F72 (or 0x466F72) is known color: Ming. HEX triplet: 46, 6F and 72. RGB value is (70,111,114). Sum of RGB (Red+Green+Blue) = 70+111+114=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #466F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F72 is #B9908D. Grayscale: #636363. Windows color (decimal): -12161166 or 7499590. OLE color: 7499590.

HSL color Cylindrical-coordinate representation of color #466F72: hue angle of 184.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466F72 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 111 114 -
CMYK 0.39 0.03 0 0.55
HSL 184.09º 0.24% 0.36% -
HSV(B) 184.09º 0.39% 0.45% -
XYZ 11.25 13.89 18.01 -
YUV 99.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 70 111 114 0.39 0.03 0 0.55 184.09 0.24 0.36
Hex 46 6F 72 27 3 0 37 B8 18 24
Octal 106 157 162 47 3 0 67 270 30 44
Binary 1000110 1101111 1110010 100111 11 0 110111 10111000 11000 100100

Color Harmonies of #466F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F72

Black with #466F72

Text Example


Text Example

White with #466F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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