#42747D

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

Shades of Ming #42747D

Tints of Ming #42747D

Color information

#42747D (or 0x42747D) is unknown color: approx Ming. HEX triplet: 42, 74 and 7D. RGB value is (66,116,125). Sum of RGB (Red+Green+Blue) = 66+116+125=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 125 - color contains mainly: blue. Hex color #42747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42747D is #BD8B82. Grayscale: #656565. Windows color (decimal): -12422019 or 8221762. OLE color: 8221762.

HSL color Cylindrical-coordinate representation of color #42747D: hue angle of 189.15º 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 #42747D is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66116125-
CMYK0.470.0700.51
HSL189.15º30.89%37.45%-
HSV(B)189.15º47.2%49.02%-
XYZ12.1915.1321.68-
YUV102.08140.94102.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 125 (49.22% from 255) = 40.72%
R=21.50%
G=37.79%
B=40.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661161250.470.0700.51189.1530.8937.45
Hex42747D2F7033bd1f25
Octal1021641755770632753745
Binary10000101110100111110110111111101100111011110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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