#467070

Color #467070 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #467070

Tints of Ming #467070

Color information

#467070 (or 0x467070) is unknown color: approx Ming. HEX triplet: 46, 70 and 70. RGB value is (70,112,112). Sum of RGB (Red+Green+Blue) = 70+112+112=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #467070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467070 is #B98F8F. Grayscale: #636363. Windows color (decimal): -12160912 or 7368774. OLE color: 7368774.

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

Color convert

RGB70112112-
CMYK0.38000.56
HSL180º23.08%35.69%-
HSV(B)180º37.5%43.92%-
XYZ11.2414.0617.45-
YUV99.44135.09107-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.81%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=23.81%
G=38.10%
B=38.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121120.38000.5618023.0835.69
Hex467070260038b41724
Octal1061601604600702642744
Binary100011011100001110000100110001110001011010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467070; }

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

 H1.HeaderClassName
 {
   color: #467070;
 }
 .AnyTagClassName
 {
   color: #467070;
 }
</style>
background-color css

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

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

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

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

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

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