Html Css Color HEX #426E6C Ming

📋 copy color: '#426E6C'

red 66 ◦ green 110 ◦ blue 108

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

Shades of Ming #426E6C

Tints of Ming #426E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 23.24%
G = 38.73%
B = 38.03%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#426E6C (or 0x426E6C) is known color: Ming. HEX triplet: 42, 6E and 6C. RGB value is (66,110,108). Sum of RGB (Red+Green+Blue) = 66+110+108=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 110 - color contains mainly: green. Hex color #426E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E6C is #BD9193. Grayscale: #606060. Windows color (decimal): -12423572 or 7106114. OLE color: 7106114.

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

Color convert

RGB 66 110 108 -
CMYK 0.4 0 0.02 0.57
HSL 177.27º 0.25% 0.35% -
HSV(B) 177.27º 0.4% 0.43% -
XYZ 10.53 13.39 16.22 -
YUV 96.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 66 110 108 0.4 0 0.02 0.57 177.27 0.25 0.35
Hex 42 6E 6C 28 0 2 39 B1 19 23
Octal 102 156 154 50 0 2 71 261 31 43
Binary 1000010 1101110 1101100 101000 0 10 111001 10110001 11001 100011

Color Harmonies of #426E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E6C

Black with #426E6C

Text Example


Text Example

White with #426E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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