Html Css Color HEX #427979 Ming

📋 copy color: '#427979'

red 66 ◦ green 121 ◦ blue 121

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

Shades of Ming #427979

Tints of Ming #427979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 21.43%
G = 39.29%
B = 39.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427979 (or 0x427979) is known color: Ming. HEX triplet: 42, 79 and 79. RGB value is (66,121,121). Sum of RGB (Red+Green+Blue) = 66+121+121=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #427979 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427979 is #BD8686. Grayscale: #686868. Windows color (decimal): -12420743 or 7960898. OLE color: 7960898.

HSL color Cylindrical-coordinate representation of color #427979: hue angle of 180º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427979 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 121 121 -
CMYK 0.45 0 0 0.53
HSL 180º 0.29% 0.37% -
HSV(B) 180º 0.45% 0.47% -
XYZ 12.54 16.21 20.56 -
YUV 104.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 66 121 121 0.45 0 0 0.53 180 0.29 0.37
Hex 42 79 79 2D 0 0 35 B4 1D 25
Octal 102 171 171 55 0 0 65 264 35 45
Binary 1000010 1111001 1111001 101101 0 0 110101 10110100 11101 100101

Color Harmonies of #427979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427979

Black with #427979

Text Example


Text Example

White with #427979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427979; }

 p { color: rgb(66,121,121); }

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

background-color css

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

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

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

border-color css

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

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

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