#42797F

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

Shades of Ming #42797F

Tints of Ming #42797F

Color information

#42797F (or 0x42797F) is unknown color: approx Ming. HEX triplet: 42, 79 and 7F. RGB value is (66,121,127). Sum of RGB (Red+Green+Blue) = 66+121+127=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #42797F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42797F is #BD8680. Grayscale: #696969. Windows color (decimal): -12420737 or 8354114. OLE color: 8354114.

HSL color Cylindrical-coordinate representation of color #42797F: hue angle of 185.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42797F is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66121127-
CMYK0.480.0500.50
HSL185.9º31.61%37.84%-
HSV(B)185.9º48.03%49.8%-
XYZ12.9116.3722.56-
YUV105.24140.28100.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 127 (50% from 255) = 40.45%
R=21.02%
G=38.54%
B=40.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661211270.480.0500.50185.931.6137.84
Hex42797F305032ba2026
Octal1021711776050622724046
Binary100001011110011111111110000101011001010111010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42797F; }

 p { color: rgb(66,121,127); }

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

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

 a { background-color: rgb(66,121,127); }

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

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

 span { border-color: rgb(66,121,127); }

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