Html Css Color HEX #467270 Ming

📋 copy color: '#467270'

red 70 ◦ green 114 ◦ blue 112

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

Shades of Ming #467270

Tints of Ming #467270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 23.65%
G = 38.51%
B = 37.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#467270 (or 0x467270) is known color: Ming. HEX triplet: 46, 72 and 70. RGB value is (70,114,112). Sum of RGB (Red+Green+Blue) = 70+114+112=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #467270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467270 is #B98D8F. Grayscale: #646464. Windows color (decimal): -12160400 or 7369286. OLE color: 7369286.

HSL color Cylindrical-coordinate representation of color #467270: hue angle of 177.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #467270 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 114 112 -
CMYK 0.39 0 0.02 0.55
HSL 177.27º 0.24% 0.36% -
HSV(B) 177.27º 0.39% 0.45% -
XYZ 11.47 14.51 17.52 -
YUV 100.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 70 114 112 0.39 0 0.02 0.55 177.27 0.24 0.36
Hex 46 72 70 27 0 2 37 B1 18 24
Octal 106 162 160 47 0 2 67 261 30 44
Binary 1000110 1110010 1110000 100111 0 10 110111 10110001 11000 100100

Color Harmonies of #467270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467270

Black with #467270

Text Example


Text Example

White with #467270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467270; }

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

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

background-color css

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

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

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

border-color css

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

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

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