#42757F

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

Shades of Ming #42757F

Tints of Ming #42757F

Color information

#42757F (or 0x42757F) is unknown color: approx Ming. HEX triplet: 42, 75 and 7F. RGB value is (66,117,127). Sum of RGB (Red+Green+Blue) = 66+117+127=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 127 - color contains mainly: blue. Hex color #42757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42757F is #BD8A80. Grayscale: #666666. Windows color (decimal): -12421761 or 8353090. OLE color: 8353090.

HSL color Cylindrical-coordinate representation of color #42757F: hue angle of 189.84º 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 #42757F is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66117127-
CMYK0.480.0800.50
HSL189.84º31.61%37.84%-
HSV(B)189.84º48.03%49.8%-
XYZ12.4415.4122.4-
YUV102.89141.6101.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 117 (46.09% from 255) = 37.74%
BLUE value IS 127 (50% from 255) = 40.97%
R=21.29%
G=37.74%
B=40.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661171270.480.0800.50189.8431.6137.84
Hex42757F308032be2026
Octal10216517760100622764046
Binary1000010111010111111111100001000011001010111110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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