Html Css Color HEX #426C71 Ming

📋 copy color: '#426C71'

red 66 ◦ green 108 ◦ blue 113

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

Shades of Ming #426C71

Tints of Ming #426C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.37%

R = 23%
G = 37.63%
B = 39.37%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#426C71 (or 0x426C71) is known color: Ming. HEX triplet: 42, 6C and 71. RGB value is (66,108,113). Sum of RGB (Red+Green+Blue) = 66+108+113=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #426C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426C71 is #BD938E. Grayscale: #5F5F5F. Windows color (decimal): -12424079 or 7433282. OLE color: 7433282.

HSL color Cylindrical-coordinate representation of color #426C71: hue angle of 186.38º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #426C71 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 108 113 -
CMYK 0.42 0.04 0 0.56
HSL 186.38º 0.26% 0.35% -
HSV(B) 186.38º 0.42% 0.44% -
XYZ 10.59 13.08 17.59 -
YUV 96.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 66 108 113 0.42 0.04 0 0.56 186.38 0.26 0.35
Hex 42 6C 71 2A 4 0 38 BA 1A 23
Octal 102 154 161 52 4 0 70 272 32 43
Binary 1000010 1101100 1110001 101010 100 0 111000 10111010 11010 100011

Color Harmonies of #426C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C71

Black with #426C71

Text Example


Text Example

White with #426C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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