#426F75

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

Shades of Ming #426F75

Tints of Ming #426F75

Color information

#426F75 (or 0x426F75) is unknown color: approx Ming. HEX triplet: 42, 6F and 75. RGB value is (66,111,117). Sum of RGB (Red+Green+Blue) = 66+111+117=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #426F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F75 is #BD908A. Grayscale: #626262. Windows color (decimal): -12423307 or 7696194. OLE color: 7696194.

HSL color Cylindrical-coordinate representation of color #426F75: hue angle of 187.06º 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 #426F75 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB66111117-
CMYK0.440.0500.54
HSL187.06º27.87%35.88%-
HSV(B)187.06º43.59%45.88%-
XYZ11.1413.8118.91-
YUV98.23138.59105.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=22.45%
G=37.76%
B=39.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661111170.440.0500.54187.0627.8735.88
Hex426F752C5036bb1c24
Octal1021571655450662733444
Binary10000101101111111010110110010101101101011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426F75; }

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

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

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

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

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

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

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

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