Html Css Color HEX #427379 Ming

📋 copy color: '#427379'

red 66 ◦ green 115 ◦ blue 121

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

Shades of Ming #427379

Tints of Ming #427379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 21.85%
G = 38.08%
B = 40.07%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427379 (or 0x427379) is known color: Ming. HEX triplet: 42, 73 and 79. RGB value is (66,115,121). Sum of RGB (Red+Green+Blue) = 66+115+121=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 121 - color contains mainly: blue. Hex color #427379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427379 is #BD8C86. Grayscale: #646464. Windows color (decimal): -12422279 or 7959362. OLE color: 7959362.

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

Color convert

RGB 66 115 121 -
CMYK 0.45 0.05 0 0.53
HSL 186.55º 0.29% 0.37% -
HSV(B) 186.55º 0.45% 0.47% -
XYZ 11.83 14.8 20.32 -
YUV 101.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 66 115 121 0.45 0.05 0 0.53 186.55 0.29 0.37
Hex 42 73 79 2D 5 0 35 BB 1D 25
Octal 102 163 171 55 5 0 65 273 35 45
Binary 1000010 1110011 1111001 101101 101 0 110101 10111011 11101 100101

Color Harmonies of #427379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427379

Black with #427379

Text Example


Text Example

White with #427379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427379; }

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

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

background-color css

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

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

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

border-color css

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

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

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