#427875

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

Shades of Ming #427875

Tints of Ming #427875

Color information

#427875 (or 0x427875) is unknown color: approx Ming. HEX triplet: 42, 78 and 75. RGB value is (66,120,117). Sum of RGB (Red+Green+Blue) = 66+120+117=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #427875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427875 is #BD878A. Grayscale: #676767. Windows color (decimal): -12421003 or 7698498. OLE color: 7698498.

HSL color Cylindrical-coordinate representation of color #427875: hue angle of 176.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427875 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB66120117-
CMYK0.4500.020.53
HSL176.67º29.03%36.47%-
HSV(B)176.67º45%47.06%-
XYZ12.1715.8819.25-
YUV103.51135.61101.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=21.78%
G=39.60%
B=38.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201170.4500.020.53176.6729.0336.47
Hex4278752D0235b11d24
Octal1021701655502652613544
Binary1000010111100011101011011010101101011011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427875; }

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

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

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

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

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

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

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

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