#467777

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

Shades of Ming #467777

Tints of Ming #467777

Color information

#467777 (or 0x467777) is unknown color: approx Ming. HEX triplet: 46, 77 and 77. RGB value is (70,119,119). Sum of RGB (Red+Green+Blue) = 70+119+119=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #467777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467777 is #B98888. Grayscale: #686868. Windows color (decimal): -12159113 or 7829318. OLE color: 7829318.

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

Color convert

RGB70119119-
CMYK0.41000.53
HSL180º25.93%37.06%-
HSV(B)180º41.18%46.67%-
XYZ12.4515.8319.85-
YUV104.35136.27103.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.73%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=22.73%
G=38.64%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191190.41000.5318025.9337.06
Hex467777290035b41a25
Octal1061671675100652643245
Binary100011011101111110111101001001101011011010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467777; }

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

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

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

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

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

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

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

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