Html Css Color HEX #467174 Ming

📋 copy color: '#467174'

red 70 ◦ green 113 ◦ blue 116

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

Shades of Ming #467174

Tints of Ming #467174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.79%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 23.41%
G = 37.79%
B = 38.8%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#467174 (or 0x467174) is known color: Ming. HEX triplet: 46, 71 and 74. RGB value is (70,113,116). Sum of RGB (Red+Green+Blue) = 70+113+116=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #467174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467174 is #B98E8B. Grayscale: #646464. Windows color (decimal): -12160652 or 7631174. OLE color: 7631174.

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

Color convert

RGB 70 113 116 -
CMYK 0.40 0.03 0 0.55
HSL 183.91º 0.25% 0.36% -
HSV(B) 183.91º 0.4% 0.45% -
XYZ 11.58 14.37 18.69 -
YUV 100.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 70 113 116 0.40 0.03 0 0.55 183.91 0.25 0.36
Hex 46 71 74 28 3 0 37 B8 19 24
Octal 106 161 164 50 3 0 67 270 31 44
Binary 1000110 1110001 1110100 101000 11 0 110111 10111000 11001 100100

Color Harmonies of #467174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467174

Black with #467174

Text Example


Text Example

White with #467174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467174; }

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

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

background-color css

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

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

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

border-color css

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

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

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