Html Css Color HEX #426E76 Ming

📋 copy color: '#426E76'

red 66 ◦ green 110 ◦ blue 118

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

Shades of Ming #426E76

Tints of Ming #426E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.41%

 BLUE value IS 118 (46.48% from 255) = 40.14%

R = 22.45%
G = 37.41%
B = 40.14%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426E76 (or 0x426E76) is known color: Ming. HEX triplet: 42, 6E and 76. RGB value is (66,110,118). Sum of RGB (Red+Green+Blue) = 66+110+118=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #426E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E76 is #BD9189. Grayscale: #616161. Windows color (decimal): -12423562 or 7761474. OLE color: 7761474.

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

Color convert

RGB 66 110 118 -
CMYK 0.44 0.07 0 0.54
HSL 189.23º 0.28% 0.36% -
HSV(B) 189.23º 0.44% 0.46% -
XYZ 11.09 13.62 19.18 -
YUV 97.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 66 110 118 0.44 0.07 0 0.54 189.23 0.28 0.36
Hex 42 6E 76 2C 7 0 36 BD 1C 24
Octal 102 156 166 54 7 0 66 275 34 44
Binary 1000010 1101110 1110110 101100 111 0 110110 10111101 11100 100100

Color Harmonies of #426E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E76

Black with #426E76

Text Example


Text Example

White with #426E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,118); }

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

background-color css

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

 a { background-color: rgb(66,110,118); }

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

border-color css

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

 span { border-color: rgb(66,110,118); }

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