#4F647D

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

Shades of Wedgewood #4F647D

Tints of Wedgewood #4F647D

Color information

#4F647D (or 0x4F647D) is unknown color: approx Wedgewood. HEX triplet: 4F, 64 and 7D. RGB value is (79,100,125). Sum of RGB (Red+Green+Blue) = 79+100+125=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F647D is #B09B82. Grayscale: #606060. Windows color (decimal): -11574147 or 8217679. OLE color: 8217679.

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

Color convert

RGB79100125-
CMYK0.370.200.51
HSL212.61º22.55%40%-
HSV(B)212.61º36.8%49.02%-
XYZ11.4812.2621.16-
YUV96.57144.04115.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.99%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=25.99%
G=32.89%
B=41.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791001250.370.200.51212.6122.5540
Hex4F647D2514033d51728
Octal11714417545240633252750
Binary1001111110010011111011001011010001100111101010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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