#427C76

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

Shades of Ming #427C76

Tints of Ming #427C76

Color information

#427C76 (or 0x427C76) is unknown color: approx Ming. HEX triplet: 42, 7C and 76. RGB value is (66,124,118). Sum of RGB (Red+Green+Blue) = 66+124+118=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #427C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C76 is #BD8389. Grayscale: #696969. Windows color (decimal): -12419978 or 7765058. OLE color: 7765058.

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

Color convert

RGB66124118-
CMYK0.4700.050.51
HSL173.79º30.53%37.25%-
HSV(B)173.79º46.77%48.63%-
XYZ12.7216.8819.73-
YUV105.97134.7899.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=21.43%
G=40.26%
B=38.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661241180.4700.050.51173.7930.5337.25
Hex427C762F0533ae1f25
Octal1021741665705632563745
Binary10000101111100111011010111101011100111010111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427C76; }

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

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

<style>
 a { background-color: #427C76; }

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

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

<style>
 span { border-color: #427C76; }

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

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