Html Css Color HEX #427079 Ming

📋 copy color: '#427079'

red 66 ◦ green 112 ◦ blue 121

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

Shades of Ming #427079

Tints of Ming #427079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

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

R = 22.07%
G = 37.46%
B = 40.47%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427079 (or 0x427079) is known color: Ming. HEX triplet: 42, 70 and 79. RGB value is (66,112,121). Sum of RGB (Red+Green+Blue) = 66+112+121=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #427079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427079 is #BD8F86. Grayscale: #636363. Windows color (decimal): -12423047 or 7958594. OLE color: 7958594.

HSL color Cylindrical-coordinate representation of color #427079: hue angle of 189.82º 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 #427079 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 112 121 -
CMYK 0.45 0.07 0 0.53
HSL 189.82º 0.29% 0.37% -
HSV(B) 189.82º 0.45% 0.47% -
XYZ 11.49 14.13 20.21 -
YUV 99.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 66 112 121 0.45 0.07 0 0.53 189.82 0.29 0.37
Hex 42 70 79 2D 7 0 35 BE 1D 25
Octal 102 160 171 55 7 0 65 276 35 45
Binary 1000010 1110000 1111001 101101 111 0 110101 10111110 11101 100101

Color Harmonies of #427079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427079

Black with #427079

Text Example


Text Example

White with #427079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427079; }

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

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

background-color css

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

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

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

border-color css

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

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

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