Html Css Color HEX #427778 Ming

📋 copy color: '#427778'

red 66 ◦ green 119 ◦ blue 120

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

Shades of Ming #427778

Tints of Ming #427778

RGB

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

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

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

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

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

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

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

Color convert

RGB 66 119 120 -
CMYK 0.45 0.01 0 0.53
HSL 181.11º 0.29% 0.36% -
HSV(B) 181.11º 0.45% 0.47% -
XYZ 12.23 15.71 20.16 -
YUV 103.27 137.44 101.42 -
System Red Green Blue C M Y K H S L
Decimal 66 119 120 0.45 0.01 0 0.53 181.11 0.29 0.36
Hex 42 77 78 2D 1 0 35 B5 1D 24
Octal 102 167 170 55 1 0 65 265 35 44
Binary 1000010 1110111 1111000 101101 1 0 110101 10110101 11101 100100

Color Harmonies of #427778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427778

Black with #427778

Text Example


Text Example

White with #427778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427778; }

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

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

background-color css

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

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

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

border-color css

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

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

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