Html Css Color HEX #467071 Ming

📋 copy color: '#467071'

red 70 ◦ green 112 ◦ blue 113

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

Shades of Ming #467071

Tints of Ming #467071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 23.73%
G = 37.97%
B = 38.31%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#467071 (or 0x467071) is known color: Ming. HEX triplet: 46, 70 and 71. RGB value is (70,112,113). Sum of RGB (Red+Green+Blue) = 70+112+113=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #467071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467071 is #B98F8E. Grayscale: #636363. Windows color (decimal): -12160911 or 7434310. OLE color: 7434310.

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

Color convert

RGB 70 112 113 -
CMYK 0.38 0.01 0 0.56
HSL 181.4º 0.23% 0.36% -
HSV(B) 181.4º 0.38% 0.44% -
XYZ 11.3 14.08 17.75 -
YUV 99.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 70 112 113 0.38 0.01 0 0.56 181.4 0.23 0.36
Hex 46 70 71 26 1 0 38 B5 17 24
Octal 106 160 161 46 1 0 70 265 27 44
Binary 1000110 1110000 1110001 100110 1 0 111000 10110101 10111 100100

Color Harmonies of #467071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467071

Black with #467071

Text Example


Text Example

White with #467071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467071; }

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

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

background-color css

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

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

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

border-color css

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

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

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