#42737D

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

Shades of Ming #42737D

Tints of Ming #42737D

Color information

#42737D (or 0x42737D) is unknown color: approx Ming. HEX triplet: 42, 73 and 7D. RGB value is (66,115,125). Sum of RGB (Red+Green+Blue) = 66+115+125=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #42737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42737D is #BD8C82. Grayscale: #656565. Windows color (decimal): -12422275 or 8221506. OLE color: 8221506.

HSL color Cylindrical-coordinate representation of color #42737D: hue angle of 190.17º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42737D is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66115125-
CMYK0.470.0800.51
HSL190.17º30.89%37.45%-
HSV(B)190.17º47.2%49.02%-
XYZ12.0814.921.64-
YUV101.49141.27102.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=21.57%
G=37.58%
B=40.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661151250.470.0800.51190.1730.8937.45
Hex42737D2F8033be1f25
Octal10216317557100632763745
Binary100001011100111111101101111100001100111011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42737D; }

 p { color: rgb(66,115,125); }

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

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

 a { background-color: rgb(66,115,125); }

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

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

 span { border-color: rgb(66,115,125); }

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