Html Css Color HEX #427978 Ming

📋 copy color: '#427978'

red 66 ◦ green 121 ◦ blue 120

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

Shades of Ming #427978

Tints of Ming #427978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 21.5%
G = 39.41%
B = 39.09%

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

#427978 (or 0x427978) is known color: Ming. HEX triplet: 42, 79 and 78. RGB value is (66,121,120). Sum of RGB (Red+Green+Blue) = 66+121+120=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #427978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427978 is #BD8687. Grayscale: #686868. Windows color (decimal): -12420744 or 7895362. OLE color: 7895362.

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

Color convert

RGB 66 121 120 -
CMYK 0.45 0 0.01 0.53
HSL 178.91º 0.29% 0.37% -
HSV(B) 178.91º 0.45% 0.47% -
XYZ 12.47 16.19 20.24 -
YUV 104.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 66 121 120 0.45 0 0.01 0.53 178.91 0.29 0.37
Hex 42 79 78 2D 0 1 35 B3 1D 25
Octal 102 171 170 55 0 1 65 263 35 45
Binary 1000010 1111001 1111000 101101 0 1 110101 10110011 11101 100101

Color Harmonies of #427978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427978

Black with #427978

Text Example


Text Example

White with #427978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427978; }

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

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

background-color css

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

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

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

border-color css

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

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

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