#427679

Color #427679 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #427679

Tints of Ming #427679

Color information

#427679 (or 0x427679) is unknown color: approx Ming. HEX triplet: 42, 76 and 79. RGB value is (66,118,121). Sum of RGB (Red+Green+Blue) = 66+118+121=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #427679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427679 is #BD8986. Grayscale: #666666. Windows color (decimal): -12421511 or 7960130. OLE color: 7960130.

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

Color convert

RGB66118121-
CMYK0.450.0200.53
HSL183.27º29.41%36.67%-
HSV(B)183.27º45.45%47.45%-
XYZ12.1815.520.44-
YUV102.79138.27101.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=21.64%
G=38.69%
B=39.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661181210.450.0200.53183.2729.4136.67
Hex4276792D2035b71d25
Octal1021661715520652673545
Binary1000010111011011110011011011001101011011011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427679; }

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

 H1.HeaderClassName
 {
   color: #427679;
 }
 .AnyTagClassName
 {
   color: #427679;
 }
</style>
background-color css

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

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

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

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

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

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