#42757D

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

Shades of Ming #42757D

Tints of Ming #42757D

Color information

#42757D (or 0x42757D) is unknown color: approx Ming. HEX triplet: 42, 75 and 7D. RGB value is (66,117,125). Sum of RGB (Red+Green+Blue) = 66+117+125=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #42757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42757D is #BD8A82. Grayscale: #666666. Windows color (decimal): -12421763 or 8222018. OLE color: 8222018.

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

Color convert

RGB66117125-
CMYK0.470.0600.51
HSL188.14º30.89%37.45%-
HSV(B)188.14º47.2%49.02%-
XYZ12.3115.3621.72-
YUV102.66140.6101.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=21.43%
G=37.99%
B=40.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661171250.470.0600.51188.1430.8937.45
Hex42757D2F6033bc1f25
Octal1021651755760632743745
Binary10000101110101111110110111111001100111011110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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