Html Css Color HEX #427478 Ming

📋 copy color: '#427478'

red 66 ◦ green 116 ◦ blue 120

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

Shades of Ming #427478

Tints of Ming #427478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 21.85%
G = 38.41%
B = 39.74%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427478 (or 0x427478) is known color: Ming. HEX triplet: 42, 74 and 78. RGB value is (66,116,120). Sum of RGB (Red+Green+Blue) = 66+116+120=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #427478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427478 is #BD8B87. Grayscale: #656565. Windows color (decimal): -12422024 or 7894082. OLE color: 7894082.

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

Color convert

RGB 66 116 120 -
CMYK 0.45 0.03 0 0.53
HSL 184.44º 0.29% 0.36% -
HSV(B) 184.44º 0.45% 0.47% -
XYZ 11.88 15.01 20.04 -
YUV 101.51 138.44 102.67 -
System Red Green Blue C M Y K H S L
Decimal 66 116 120 0.45 0.03 0 0.53 184.44 0.29 0.36
Hex 42 74 78 2D 3 0 35 B8 1D 24
Octal 102 164 170 55 3 0 65 270 35 44
Binary 1000010 1110100 1111000 101101 11 0 110101 10111000 11101 100100

Color Harmonies of #427478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427478

Black with #427478

Text Example


Text Example

White with #427478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427478; }

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

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

background-color css

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

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

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

border-color css

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

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

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