Html Css Color HEX #427877 Ming

📋 copy color: '#427877'

red 66 ◦ green 120 ◦ blue 119

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

Shades of Ming #427877

Tints of Ming #427877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 21.64%
G = 39.34%
B = 39.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#427877 (or 0x427877) is known color: Ming. HEX triplet: 42, 78 and 77. RGB value is (66,120,119). Sum of RGB (Red+Green+Blue) = 66+120+119=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #427877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427877 is #BD8788. Grayscale: #676767. Windows color (decimal): -12421001 or 7829570. OLE color: 7829570.

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

Color convert

RGB 66 120 119 -
CMYK 0.45 0 0.01 0.53
HSL 178.89º 0.29% 0.36% -
HSV(B) 178.89º 0.45% 0.47% -
XYZ 12.29 15.92 19.88 -
YUV 103.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 66 120 119 0.45 0 0.01 0.53 178.89 0.29 0.36
Hex 42 78 77 2D 0 1 35 B3 1D 24
Octal 102 170 167 55 0 1 65 263 35 44
Binary 1000010 1111000 1110111 101101 0 1 110101 10110011 11101 100100

Color Harmonies of #427877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427877

Black with #427877

Text Example


Text Example

White with #427877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427877; }

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

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

background-color css

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

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

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

border-color css

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

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

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