Html Css Color HEX #426C6E Ming

📋 copy color: '#426C6E'

red 66 ◦ green 108 ◦ blue 110

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

Shades of Ming #426C6E

Tints of Ming #426C6E

RGB

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

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

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

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

CMYK

 C value IS 0.4

 M value IS 0.02

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #426C6E: hue angle of 182.73º 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 #426C6E is Cyan = 0.4, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 108 110 -
CMYK 0.4 0.02 0 0.57
HSL 182.73º 0.25% 0.35% -
HSV(B) 182.73º 0.4% 0.43% -
XYZ 10.42 13.01 16.71 -
YUV 95.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 66 108 110 0.4 0.02 0 0.57 182.73 0.25 0.35
Hex 42 6C 6E 28 2 0 39 B7 19 23
Octal 102 154 156 50 2 0 71 267 31 43
Binary 1000010 1101100 1101110 101000 10 0 111001 10110111 11001 100011

Color Harmonies of #426C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C6E

Black with #426C6E

Text Example


Text Example

White with #426C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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