Html Css Color HEX #467178 Ming

📋 copy color: '#467178'

red 70 ◦ green 113 ◦ blue 120

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

Shades of Ming #467178

Tints of Ming #467178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.6%

R = 23.1%
G = 37.29%
B = 39.6%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#467178 (or 0x467178) is known color: Ming. HEX triplet: 46, 71 and 78. RGB value is (70,113,120). Sum of RGB (Red+Green+Blue) = 70+113+120=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #467178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467178 is #B98E87. Grayscale: #646464. Windows color (decimal): -12160648 or 7893318. OLE color: 7893318.

HSL color Cylindrical-coordinate representation of color #467178: hue angle of 188.4º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467178 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 113 120 -
CMYK 0.42 0.06 0 0.53
HSL 188.4º 0.26% 0.37% -
HSV(B) 188.4º 0.42% 0.47% -
XYZ 11.82 14.47 19.94 -
YUV 100.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 70 113 120 0.42 0.06 0 0.53 188.4 0.26 0.37
Hex 46 71 78 2A 6 0 35 BC 1A 25
Octal 106 161 170 52 6 0 65 274 32 45
Binary 1000110 1110001 1111000 101010 110 0 110101 10111100 11010 100101

Color Harmonies of #467178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467178

Black with #467178

Text Example


Text Example

White with #467178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467178; }

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

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

background-color css

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

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

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

border-color css

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

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

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