Html Css Color HEX #426C73 Ming

📋 copy color: '#426C73'

red 66 ◦ green 108 ◦ blue 115

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

Shades of Ming #426C73

Tints of Ming #426C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

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

R = 22.84%
G = 37.37%
B = 39.79%

CMYK

 C value IS 0.43

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#426C73 (or 0x426C73) is known color: Ming. HEX triplet: 42, 6C and 73. RGB value is (66,108,115). Sum of RGB (Red+Green+Blue) = 66+108+115=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #426C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C73 is #BD938C. Grayscale: #606060. Windows color (decimal): -12424077 or 7564354. OLE color: 7564354.

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

Color convert

RGB 66 108 115 -
CMYK 0.43 0.06 0 0.55
HSL 188.57º 0.27% 0.35% -
HSV(B) 188.57º 0.43% 0.45% -
XYZ 10.7 13.12 18.19 -
YUV 96.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 66 108 115 0.43 0.06 0 0.55 188.57 0.27 0.35
Hex 42 6C 73 2B 6 0 37 BD 1B 23
Octal 102 154 163 53 6 0 67 275 33 43
Binary 1000010 1101100 1110011 101011 110 0 110111 10111101 11011 100011

Color Harmonies of #426C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C73

Black with #426C73

Text Example


Text Example

White with #426C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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