Html Css Color HEX #427A79 Ming

📋 copy color: '#427A79'

red 66 ◦ green 122 ◦ blue 121

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

Shades of Ming #427A79

Tints of Ming #427A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 21.36%
G = 39.48%
B = 39.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#427A79 (or 0x427A79) is known color: Ming. HEX triplet: 42, 7A and 79. RGB value is (66,122,121). Sum of RGB (Red+Green+Blue) = 66+122+121=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 122 - color contains mainly: green. Hex color #427A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A79 is #BD8586. Grayscale: #696969. Windows color (decimal): -12420487 or 7961154. OLE color: 7961154.

HSL color Cylindrical-coordinate representation of color #427A79: hue angle of 178.93º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A79 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 122 121 -
CMYK 0.46 0 0.01 0.52
HSL 178.93º 0.3% 0.37% -
HSV(B) 178.93º 0.46% 0.48% -
XYZ 12.66 16.46 20.6 -
YUV 105.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 66 122 121 0.46 0 0.01 0.52 178.93 0.3 0.37
Hex 42 7A 79 2E 0 1 34 B3 1E 25
Octal 102 172 171 56 0 1 64 263 36 45
Binary 1000010 1111010 1111001 101110 0 1 110100 10110011 11110 100101

Color Harmonies of #427A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427A79

Black with #427A79

Text Example


Text Example

White with #427A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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