#467278

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

Shades of Ming #467278

Tints of Ming #467278

Color information

#467278 (or 0x467278) is unknown color: approx Ming. HEX triplet: 46, 72 and 78. RGB value is (70,114,120). Sum of RGB (Red+Green+Blue) = 70+114+120=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #467278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467278 is #B98D87. Grayscale: #656565. Windows color (decimal): -12160392 or 7893574. OLE color: 7893574.

HSL color Cylindrical-coordinate representation of color #467278: hue angle of 187.2º 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 #467278 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB70114120-
CMYK0.420.0500.53
HSL187.2º26.32%37.25%-
HSV(B)187.2º41.67%47.06%-
XYZ11.9314.6919.98-
YUV101.53138.42105.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=23.03%
G=37.5%
B=39.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701141200.420.0500.53187.226.3237.25
Hex4672782A5035bb1a25
Octal1061621705250652733245
Binary10001101110010111100010101010101101011011101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467278; }

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

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

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

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

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

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

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

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