#4F667C

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

Shades of Wedgewood #4F667C

Tints of Wedgewood #4F667C

Color information

#4F667C (or 0x4F667C) is unknown color: approx Wedgewood. HEX triplet: 4F, 66 and 7C. RGB value is (79,102,124). Sum of RGB (Red+Green+Blue) = 79+102+124=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F667C is #B09983. Grayscale: #616161. Windows color (decimal): -11573636 or 8152655. OLE color: 8152655.

HSL color Cylindrical-coordinate representation of color #4F667C: hue angle of 209.33º 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 #4F667C is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB79102124-
CMYK0.360.1800.51
HSL209.33º22.17%39.8%-
HSV(B)209.33º36.29%48.63%-
XYZ11.6112.6220.89-
YUV97.63142.88114.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=25.90%
G=33.44%
B=40.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791021240.360.1800.51209.3322.1739.8
Hex4F667C2412033d11628
Octal11714617444220633212650
Binary1001111110011011111001001001001001100111101000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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