#42797B

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

Shades of Ming #42797B

Tints of Ming #42797B

Color information

#42797B (or 0x42797B) is unknown color: approx Ming. HEX triplet: 42, 79 and 7B. RGB value is (66,121,123). Sum of RGB (Red+Green+Blue) = 66+121+123=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #42797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42797B is #BD8684. Grayscale: #686868. Windows color (decimal): -12420741 or 8091970. OLE color: 8091970.

HSL color Cylindrical-coordinate representation of color #42797B: hue angle of 182.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42797B is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB66121123-
CMYK0.460.0200.52
HSL182.11º30.16%37.06%-
HSV(B)182.11º46.34%48.24%-
XYZ12.6616.2621.21-
YUV104.78138.28100.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=21.29%
G=39.03%
B=39.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661211230.460.0200.52182.1130.1637.06
Hex42797B2E2034b61e25
Octal1021711735620642663645
Binary1000010111100111110111011101001101001011011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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