Html Css Color HEX #427E78 Ming

📋 copy color: '#427E78'

red 66 ◦ green 126 ◦ blue 120

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

Shades of Ming #427E78

Tints of Ming #427E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.38%

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

R = 21.15%
G = 40.38%
B = 38.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#427E78 (or 0x427E78) is known color: Ming. HEX triplet: 42, 7E and 78. RGB value is (66,126,120). Sum of RGB (Red+Green+Blue) = 66+126+120=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #427E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E78 is #BD8187. Grayscale: #6B6B6B. Windows color (decimal): -12419464 or 7896642. OLE color: 7896642.

HSL color Cylindrical-coordinate representation of color #427E78: hue angle of 174º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E78 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 120 -
CMYK 0.48 0 0.05 0.51
HSL 174º 0.31% 0.38% -
HSV(B) 174º 0.48% 0.49% -
XYZ 13.1 17.44 20.44 -
YUV 107.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 66 126 120 0.48 0 0.05 0.51 174 0.31 0.38
Hex 42 7E 78 30 0 5 33 AE 1F 26
Octal 102 176 170 60 0 5 63 256 37 46
Binary 1000010 1111110 1111000 110000 0 101 110011 10101110 11111 100110

Color Harmonies of #427E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E78

Black with #427E78

Text Example


Text Example

White with #427E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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