Html Css Color HEX #426F75 Ming

📋 copy color: '#426F75'

red 66 ◦ green 111 ◦ blue 117

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

Shades of Ming #426F75

Tints of Ming #426F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.76%

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

R = 22.45%
G = 37.76%
B = 39.8%

CMYK

 C value IS 0.44

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#426F75 (or 0x426F75) is known color: Ming. HEX triplet: 42, 6F and 75. RGB value is (66,111,117). Sum of RGB (Red+Green+Blue) = 66+111+117=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #426F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426F75 is #BD908A. Grayscale: #626262. Windows color (decimal): -12423307 or 7696194. OLE color: 7696194.

HSL color Cylindrical-coordinate representation of color #426F75: hue angle of 187.06º 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 #426F75 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 111 117 -
CMYK 0.44 0.05 0 0.54
HSL 187.06º 0.28% 0.36% -
HSV(B) 187.06º 0.44% 0.46% -
XYZ 11.14 13.81 18.91 -
YUV 98.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 66 111 117 0.44 0.05 0 0.54 187.06 0.28 0.36
Hex 42 6F 75 2C 5 0 36 BB 1C 24
Octal 102 157 165 54 5 0 66 273 34 44
Binary 1000010 1101111 1110101 101100 101 0 110110 10111011 11100 100100

Color Harmonies of #426F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F75

Black with #426F75

Text Example


Text Example

White with #426F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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