Html Css Color HEX #426D6B Ming

📋 copy color: '#426D6B'

red 66 ◦ green 109 ◦ blue 107

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

Shades of Ming #426D6B

Tints of Ming #426D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 23.4%
G = 38.65%
B = 37.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#426D6B (or 0x426D6B) is known color: Ming. HEX triplet: 42, 6D and 6B. RGB value is (66,109,107). Sum of RGB (Red+Green+Blue) = 66+109+107=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #426D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D6B is #BD9294. Grayscale: #5F5F5F. Windows color (decimal): -12423829 or 7040322. OLE color: 7040322.

HSL color Cylindrical-coordinate representation of color #426D6B: hue angle of 177.21º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #426D6B is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 109 107 -
CMYK 0.39 0 0.02 0.57
HSL 177.21º 0.25% 0.34% -
HSV(B) 177.21º 0.39% 0.43% -
XYZ 10.37 13.16 15.9 -
YUV 95.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 66 109 107 0.39 0 0.02 0.57 177.21 0.25 0.34
Hex 42 6D 6B 27 0 2 39 B1 19 22
Octal 102 155 153 47 0 2 71 261 31 42
Binary 1000010 1101101 1101011 100111 0 10 111001 10110001 11001 100010

Color Harmonies of #426D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D6B

Black with #426D6B

Text Example


Text Example

White with #426D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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