Html Css Color HEX #427479 Ming

📋 copy color: '#427479'

red 66 ◦ green 116 ◦ blue 121

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

Shades of Ming #427479

Tints of Ming #427479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.93%

R = 21.78%
G = 38.28%
B = 39.93%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#427479 (or 0x427479) is known color: Ming. HEX triplet: 42, 74 and 79. RGB value is (66,116,121). Sum of RGB (Red+Green+Blue) = 66+116+121=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #427479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427479 is #BD8B86. Grayscale: #656565. Windows color (decimal): -12422023 or 7959618. OLE color: 7959618.

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

Color convert

RGB 66 116 121 -
CMYK 0.45 0.04 0 0.53
HSL 185.45º 0.29% 0.37% -
HSV(B) 185.45º 0.45% 0.47% -
XYZ 11.94 15.03 20.36 -
YUV 101.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 66 116 121 0.45 0.04 0 0.53 185.45 0.29 0.37
Hex 42 74 79 2D 4 0 35 B9 1D 25
Octal 102 164 171 55 4 0 65 271 35 45
Binary 1000010 1110100 1111001 101101 100 0 110101 10111001 11101 100101

Color Harmonies of #427479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427479

Black with #427479

Text Example


Text Example

White with #427479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427479; }

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

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

background-color css

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

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

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

border-color css

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

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

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