#427073

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

Shades of Ming #427073

Tints of Ming #427073

Color information

#427073 (or 0x427073) is unknown color: approx Ming. HEX triplet: 42, 70 and 73. RGB value is (66,112,115). Sum of RGB (Red+Green+Blue) = 66+112+115=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #427073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427073 is #BD8F8C. Grayscale: #626262. Windows color (decimal): -12423053 or 7565378. OLE color: 7565378.

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

Color convert

RGB66112115-
CMYK0.430.0300.55
HSL183.67º27.07%35.49%-
HSV(B)183.67º42.61%45.1%-
XYZ11.1413.9818.33-
YUV98.59137.26104.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=22.53%
G=38.23%
B=39.25%

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
Decimal661121150.430.0300.55183.6727.0735.49
Hex4270732B3037b81b23
Octal1021601635330672703343
Binary1000010111000011100111010111101101111011100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427073; }

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

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

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

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

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

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

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

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