#42777C

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

Shades of Ming #42777C

Tints of Ming #42777C

Color information

#42777C (or 0x42777C) is unknown color: approx Ming. HEX triplet: 42, 77 and 7C. RGB value is (66,119,124). Sum of RGB (Red+Green+Blue) = 66+119+124=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 124 - color contains mainly: blue. Hex color #42777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42777C is #BD8883. Grayscale: #676767. Windows color (decimal): -12421252 or 8156994. OLE color: 8156994.

HSL color Cylindrical-coordinate representation of color #42777C: hue angle of 185.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 #42777C is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB66119124-
CMYK0.470.0400.51
HSL185.17º30.53%37.25%-
HSV(B)185.17º46.77%48.63%-
XYZ12.4815.8121.46-
YUV103.72139.44101.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=21.36%
G=38.51%
B=40.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661191240.470.0400.51185.1730.5337.25
Hex42777C2F4033b91f25
Octal1021671745740632713745
Binary10000101110111111110010111110001100111011100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42777C; }

 p { color: rgb(66,119,124); }

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

<style>
 a { background-color: #42777C; }

 a { background-color: rgb(66,119,124); }

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

<style>
 span { border-color: #42777C; }

 span { border-color: rgb(66,119,124); }

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