#467077

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

Shades of Ming #467077

Tints of Ming #467077

Color information

#467077 (or 0x467077) is unknown color: approx Ming. HEX triplet: 46, 70 and 77. RGB value is (70,112,119). Sum of RGB (Red+Green+Blue) = 70+112+119=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #467077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467077 is #B98F88. Grayscale: #646464. Windows color (decimal): -12160905 or 7827526. OLE color: 7827526.

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

Color convert

RGB70112119-
CMYK0.410.0600.53
HSL188.57º25.93%37.06%-
HSV(B)188.57º41.18%46.67%-
XYZ11.6514.2219.58-
YUV100.24138.59106.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=23.26%
G=37.21%
B=39.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701121190.410.0600.53188.5725.9337.06
Hex467077296035bd1a25
Octal1061601675160652753245
Binary10001101110000111011110100111001101011011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467077; }

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

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

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

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

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

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

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

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