Html Css Color HEX #46767B Ming

📋 copy color: '#46767B'

red 70 ◦ green 118 ◦ blue 123

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

Shades of Ming #46767B

Tints of Ming #46767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 22.51%
G = 37.94%
B = 39.55%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#46767B (or 0x46767B) is known color: Ming. HEX triplet: 46, 76 and 7B. RGB value is (70,118,123). Sum of RGB (Red+Green+Blue) = 70+118+123=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #46767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46767B is #B98984. Grayscale: #686868. Windows color (decimal): -12159365 or 8091206. OLE color: 8091206.

HSL color Cylindrical-coordinate representation of color #46767B: hue angle of 185.66º 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 #46767B is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 118 123 -
CMYK 0.43 0.04 0 0.52
HSL 185.66º 0.27% 0.38% -
HSV(B) 185.66º 0.43% 0.48% -
XYZ 12.58 15.69 21.1 -
YUV 104.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 70 118 123 0.43 0.04 0 0.52 185.66 0.27 0.38
Hex 46 76 7B 2B 4 0 34 BA 1B 26
Octal 106 166 173 53 4 0 64 272 33 46
Binary 1000110 1110110 1111011 101011 100 0 110100 10111010 11011 100110

Color Harmonies of #46767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46767B

Black with #46767B

Text Example


Text Example

White with #46767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46767B; }

 p { color: rgb(70,118,123); }

 H1.HeaderClassName
 {
   color: #46767B;
 }
 .AnyTagClassName
 {
   color: #46767B;
 }
</style>

background-color css

<style>
 a { background-color: #46767B; }

 a { background-color: rgb(70,118,123); }

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

border-color css

<style>
 span { border-color: #46767B; }

 span { border-color: rgb(70,118,123); }

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