Html Css Color HEX #427179 Ming

📋 copy color: '#427179'

red 66 ◦ green 113 ◦ blue 121

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

Shades of Ming #427179

Tints of Ming #427179

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 22%
G = 37.67%
B = 40.33%

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

#427179 (or 0x427179) is known color: Ming. HEX triplet: 42, 71 and 79. RGB value is (66,113,121). Sum of RGB (Red+Green+Blue) = 66+113+121=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #427179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427179 is #BD8E86. Grayscale: #636363. Windows color (decimal): -12422791 or 7958850. OLE color: 7958850.

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

Color convert

RGB 66 113 121 -
CMYK 0.45 0.07 0 0.53
HSL 188.73º 0.29% 0.37% -
HSV(B) 188.73º 0.45% 0.47% -
XYZ 11.6 14.35 20.25 -
YUV 99.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 66 113 121 0.45 0.07 0 0.53 188.73 0.29 0.37
Hex 42 71 79 2D 7 0 35 BD 1D 25
Octal 102 161 171 55 7 0 65 275 35 45
Binary 1000010 1110001 1111001 101101 111 0 110101 10111101 11101 100101

Color Harmonies of #427179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427179

Black with #427179

Text Example


Text Example

White with #427179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427179; }

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

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

background-color css

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

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

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

border-color css

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

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

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