Html Css Color HEX #467574 Ming

📋 copy color: '#467574'

red 70 ◦ green 117 ◦ blue 116

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

Shades of Ming #467574

Tints of Ming #467574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 23.1%
G = 38.61%
B = 38.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#467574 (or 0x467574) is known color: Ming. HEX triplet: 46, 75 and 74. RGB value is (70,117,116). Sum of RGB (Red+Green+Blue) = 70+117+116=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #467574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467574 is #B98A8B. Grayscale: #666666. Windows color (decimal): -12159628 or 7632198. OLE color: 7632198.

HSL color Cylindrical-coordinate representation of color #467574: hue angle of 178.72º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467574 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 117 116 -
CMYK 0.40 0 0.01 0.54
HSL 178.72º 0.25% 0.37% -
HSV(B) 178.72º 0.4% 0.46% -
XYZ 12.04 15.29 18.84 -
YUV 102.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 70 117 116 0.40 0 0.01 0.54 178.72 0.25 0.37
Hex 46 75 74 28 0 1 36 B3 19 25
Octal 106 165 164 50 0 1 66 263 31 45
Binary 1000110 1110101 1110100 101000 0 1 110110 10110011 11001 100101

Color Harmonies of #467574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467574

Black with #467574

Text Example


Text Example

White with #467574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467574; }

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

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

background-color css

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

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

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

border-color css

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

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

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