#427780

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

Shades of Ming #427780

Tints of Ming #427780

Color information

#427780 (or 0x427780) is unknown color: approx Ming. HEX triplet: 42, 77 and 80. RGB value is (66,119,128). Sum of RGB (Red+Green+Blue) = 66+119+128=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #427780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427780 is #BD887F. Grayscale: #686868. Windows color (decimal): -12421248 or 8419138. OLE color: 8419138.

HSL color Cylindrical-coordinate representation of color #427780: hue angle of 188.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427780 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB66119128-
CMYK0.480.0700.50
HSL188.71º31.96%38.04%-
HSV(B)188.71º48.44%50.2%-
XYZ12.7415.9122.82-
YUV104.18141.44100.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=21.09%
G=38.02%
B=40.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal661191280.480.0700.50188.7131.9638.04
Hex427780307032bd2026
Octal1021672006070622754046
Binary1000010111011110000000110000111011001010111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427780; }

 p { color: rgb(66,119,128); }

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

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

 a { background-color: rgb(66,119,128); }

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

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

 span { border-color: rgb(66,119,128); }

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