Html Css Color HEX #427576 Ming

📋 copy color: '#427576'

red 66 ◦ green 117 ◦ blue 118

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

Shades of Ming #427576

Tints of Ming #427576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 21.93%
G = 38.87%
B = 39.2%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#427576 (or 0x427576) is known color: Ming. HEX triplet: 42, 75 and 76. RGB value is (66,117,118). Sum of RGB (Red+Green+Blue) = 66+117+118=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #427576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427576 is #BD8A89. Grayscale: #656565. Windows color (decimal): -12421770 or 7763266. OLE color: 7763266.

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

Color convert

RGB 66 117 118 -
CMYK 0.44 0.01 0 0.54
HSL 181.15º 0.28% 0.36% -
HSV(B) 181.15º 0.44% 0.46% -
XYZ 11.88 15.19 19.45 -
YUV 101.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 66 117 118 0.44 0.01 0 0.54 181.15 0.28 0.36
Hex 42 75 76 2C 1 0 36 B5 1C 24
Octal 102 165 166 54 1 0 66 265 34 44
Binary 1000010 1110101 1110110 101100 1 0 110110 10110101 11100 100100

Color Harmonies of #427576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427576

Black with #427576

Text Example


Text Example

White with #427576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427576; }

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

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

background-color css

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

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

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

border-color css

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

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

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