#427074

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

Shades of Ming #427074

Tints of Ming #427074

Color information

#427074 (or 0x427074) is unknown color: approx Ming. HEX triplet: 42, 70 and 74. RGB value is (66,112,116). Sum of RGB (Red+Green+Blue) = 66+112+116=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #427074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427074 is #BD8F8B. Grayscale: #626262. Windows color (decimal): -12423052 or 7630914. OLE color: 7630914.

HSL color Cylindrical-coordinate representation of color #427074: hue angle of 184.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427074 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB66112116-
CMYK0.430.0300.55
HSL184.8º27.47%35.69%-
HSV(B)184.8º43.1%45.49%-
XYZ11.1914.0118.64-
YUV98.7137.76104.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 116 (45.70% from 255) = 39.46%
R=22.45%
G=38.10%
B=39.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661121160.430.0300.55184.827.4735.69
Hex4270742B3037b91b24
Octal1021601645330672713344
Binary1000010111000011101001010111101101111011100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427074; }

 p { color: rgb(66,112,116); }

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

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

 a { background-color: rgb(66,112,116); }

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

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

 span { border-color: rgb(66,112,116); }

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