#467272

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

Shades of Ming #467272

Tints of Ming #467272

Color information

#467272 (or 0x467272) is unknown color: approx Ming. HEX triplet: 46, 72 and 72. RGB value is (70,114,114). Sum of RGB (Red+Green+Blue) = 70+114+114=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #467272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467272 is #B98D8D. Grayscale: #646464. Windows color (decimal): -12160398 or 7500358. OLE color: 7500358.

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

Color convert

RGB70114114-
CMYK0.39000.55
HSL180º23.91%36.08%-
HSV(B)180º38.6%44.71%-
XYZ11.5814.5518.12-
YUV100.84135.42106-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=23.49%
G=38.26%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701141140.39000.5518023.9136.08
Hex467272270037b41824
Octal1061621624700672643044
Binary100011011100101110010100111001101111011010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467272; }

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

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

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

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

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

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

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

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