#4F647C

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

Shades of Wedgewood #4F647C

Tints of Wedgewood #4F647C

Color information

#4F647C (or 0x4F647C) is unknown color: approx Wedgewood. HEX triplet: 4F, 64 and 7C. RGB value is (79,100,124). Sum of RGB (Red+Green+Blue) = 79+100+124=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F647C is #B09B83. Grayscale: #606060. Windows color (decimal): -11574148 or 8152143. OLE color: 8152143.

HSL color Cylindrical-coordinate representation of color #4F647C: hue angle of 212º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F647C is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB79100124-
CMYK0.360.1900.51
HSL212º22.17%39.8%-
HSV(B)212º36.29%48.63%-
XYZ11.4212.2320.83-
YUV96.46143.54115.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=26.07%
G=33.00%
B=40.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791001240.360.1900.5121222.1739.8
Hex4F647C2413033d41628
Octal11714417444230633242650
Binary1001111110010011111001001001001101100111101010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F647C; }

 p { color: rgb(79,100,124); }

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

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

 a { background-color: rgb(79,100,124); }

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

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

 span { border-color: rgb(79,100,124); }

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