#427375

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

Shades of Ming #427375

Tints of Ming #427375

Color information

#427375 (or 0x427375) is unknown color: approx Ming. HEX triplet: 42, 73 and 75. RGB value is (66,115,117). Sum of RGB (Red+Green+Blue) = 66+115+117=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 117 - color contains mainly: blue. Hex color #427375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427375 is #BD8C8A. Grayscale: #646464. Windows color (decimal): -12422283 or 7697218. OLE color: 7697218.

HSL color Cylindrical-coordinate representation of color #427375: hue angle of 182.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427375 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66115117-
CMYK0.440.0200.54
HSL182.35º27.87%35.88%-
HSV(B)182.35º43.59%45.88%-
XYZ11.5914.719.06-
YUV100.58137.27103.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=22.15%
G=38.59%
B=39.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661151170.440.0200.54182.3527.8735.88
Hex4273752C2036b61c24
Octal1021631655420662663444
Binary1000010111001111101011011001001101101011011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427375; }

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

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

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

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

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

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

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

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