Html Css Color HEX #427680 Ming

📋 copy color: '#427680'

red 66 ◦ green 118 ◦ blue 128

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

Shades of Ming #427680

Tints of Ming #427680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 21.15%
G = 37.82%
B = 41.03%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#427680 (or 0x427680) is known color: Ming. HEX triplet: 42, 76 and 80. RGB value is (66,118,128). Sum of RGB (Red+Green+Blue) = 66+118+128=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #427680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427680 is #BD897F. Grayscale: #676767. Windows color (decimal): -12421504 or 8418882. OLE color: 8418882.

HSL color Cylindrical-coordinate representation of color #427680: hue angle of 189.68º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427680 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 118 128 -
CMYK 0.48 0.08 0 0.50
HSL 189.68º 0.32% 0.38% -
HSV(B) 189.68º 0.48% 0.5% -
XYZ 12.62 15.67 22.78 -
YUV 103.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 66 118 128 0.48 0.08 0 0.50 189.68 0.32 0.38
Hex 42 76 80 30 8 0 32 BE 20 26
Octal 102 166 200 60 10 0 62 276 40 46
Binary 1000010 1110110 10000000 110000 1000 0 110010 10111110 100000 100110

Color Harmonies of #427680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427680

Black with #427680

Text Example


Text Example

White with #427680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427680; }

 p { color: rgb(66,118,128); }

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

background-color css

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

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

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

border-color css

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

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

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