Html Css Color HEX #427177 Ming

📋 copy color: '#427177'

red 66 ◦ green 113 ◦ blue 119

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

Shades of Ming #427177

Tints of Ming #427177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 22.15%
G = 37.92%
B = 39.93%

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

#427177 (or 0x427177) is known color: Ming. HEX triplet: 42, 71 and 77. RGB value is (66,113,119). Sum of RGB (Red+Green+Blue) = 66+113+119=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #427177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427177 is #BD8E88. Grayscale: #636363. Windows color (decimal): -12422793 or 7827778. OLE color: 7827778.

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

Color convert

RGB 66 113 119 -
CMYK 0.45 0.05 0 0.53
HSL 186.79º 0.29% 0.36% -
HSV(B) 186.79º 0.45% 0.47% -
XYZ 11.48 14.3 19.61 -
YUV 99.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 66 113 119 0.45 0.05 0 0.53 186.79 0.29 0.36
Hex 42 71 77 2D 5 0 35 BB 1D 24
Octal 102 161 167 55 5 0 65 273 35 44
Binary 1000010 1110001 1110111 101101 101 0 110101 10111011 11101 100100

Color Harmonies of #427177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427177

Black with #427177

Text Example


Text Example

White with #427177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427177; }

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

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

background-color css

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

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

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

border-color css

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

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

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