Html Css Color HEX #426E75 Ming

📋 copy color: '#426E75'

red 66 ◦ green 110 ◦ blue 117

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

Shades of Ming #426E75

Tints of Ming #426E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 22.53%
G = 37.54%
B = 39.93%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426E75 (or 0x426E75) is known color: Ming. HEX triplet: 42, 6E and 75. RGB value is (66,110,117). Sum of RGB (Red+Green+Blue) = 66+110+117=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #426E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E75 is #BD918A. Grayscale: #616161. Windows color (decimal): -12423563 or 7695938. OLE color: 7695938.

HSL color Cylindrical-coordinate representation of color #426E75: hue angle of 188.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #426E75 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 110 117 -
CMYK 0.44 0.06 0 0.54
HSL 188.24º 0.28% 0.36% -
HSV(B) 188.24º 0.44% 0.46% -
XYZ 11.03 13.59 18.87 -
YUV 97.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 66 110 117 0.44 0.06 0 0.54 188.24 0.28 0.36
Hex 42 6E 75 2C 6 0 36 BC 1C 24
Octal 102 156 165 54 6 0 66 274 34 44
Binary 1000010 1101110 1110101 101100 110 0 110110 10111100 11100 100100

Color Harmonies of #426E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E75

Black with #426E75

Text Example


Text Example

White with #426E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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