Html Css Color HEX #46737A Ming

📋 copy color: '#46737A'

red 70 ◦ green 115 ◦ blue 122

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

Shades of Ming #46737A

Tints of Ming #46737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 22.8%
G = 37.46%
B = 39.74%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46737A (or 0x46737A) is known color: Ming. HEX triplet: 46, 73 and 7A. RGB value is (70,115,122). Sum of RGB (Red+Green+Blue) = 70+115+122=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #46737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46737A is #B98C85. Grayscale: #666666. Windows color (decimal): -12160134 or 8024902. OLE color: 8024902.

HSL color Cylindrical-coordinate representation of color #46737A: hue angle of 188.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46737A is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 115 122 -
CMYK 0.43 0.06 0 0.52
HSL 188.08º 0.27% 0.38% -
HSV(B) 188.08º 0.43% 0.48% -
XYZ 12.17 14.97 20.66 -
YUV 102.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 70 115 122 0.43 0.06 0 0.52 188.08 0.27 0.38
Hex 46 73 7A 2B 6 0 34 BC 1B 26
Octal 106 163 172 53 6 0 64 274 33 46
Binary 1000110 1110011 1111010 101011 110 0 110100 10111100 11011 100110

Color Harmonies of #46737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46737A

Black with #46737A

Text Example


Text Example

White with #46737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46737A; }

 p { color: rgb(70,115,122); }

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

background-color css

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

 a { background-color: rgb(70,115,122); }

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

border-color css

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

 span { border-color: rgb(70,115,122); }

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