Html Css Color HEX #426D73 Ming

📋 copy color: '#426D73'

red 66 ◦ green 109 ◦ blue 115

#426D73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #426D73

Tints of Ming #426D73

RGB

 RED value IS 66 (26.17% from 255) = 22.76%

 GREEN value IS 109 (42.97% from 255) = 37.59%

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 22.76%
G = 37.59%
B = 39.66%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426D73 (or 0x426D73) is known color: Ming. HEX triplet: 42, 6D and 73. RGB value is (66,109,115). Sum of RGB (Red+Green+Blue) = 66+109+115=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #426D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D73 is #BD928C. Grayscale: #606060. Windows color (decimal): -12423821 or 7564610. OLE color: 7564610.

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

Color convert

RGB 66 109 115 -
CMYK 0.43 0.05 0 0.55
HSL 187.35º 0.27% 0.35% -
HSV(B) 187.35º 0.43% 0.45% -
XYZ 10.81 13.33 18.22 -
YUV 96.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 66 109 115 0.43 0.05 0 0.55 187.35 0.27 0.35
Hex 42 6D 73 2B 5 0 37 BB 1B 23
Octal 102 155 163 53 5 0 67 273 33 43
Binary 1000010 1101101 1110011 101011 101 0 110111 10111011 11011 100011

Color Harmonies of #426D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D73

Black with #426D73

Text Example


Text Example

White with #426D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #426D73;
 }
 .AnyTagClassName
 {
   color: #426D73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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