#427878

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

Shades of Ming #427878

Tints of Ming #427878

Color information

#427878 (or 0x427878) is unknown color: approx Ming. HEX triplet: 42, 78 and 78. RGB value is (66,120,120). Sum of RGB (Red+Green+Blue) = 66+120+120=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #427878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427878 is #BD8787. Grayscale: #676767. Windows color (decimal): -12421000 or 7895106. OLE color: 7895106.

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

Color convert

RGB66120120-
CMYK0.45000.53
HSL180º29.03%36.47%-
HSV(B)180º45%47.06%-
XYZ12.3515.9520.2-
YUV103.85137.11101-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=21.57%
G=39.22%
B=39.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201200.45000.5318029.0336.47
Hex4278782D0035b41d24
Octal1021701705500652643544
Binary100001011110001111000101101001101011011010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427878; }

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

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

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

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

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

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

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

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