#4F677C

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

Shades of Wedgewood #4F677C

Tints of Wedgewood #4F677C

Color information

#4F677C (or 0x4F677C) is unknown color: approx Wedgewood. HEX triplet: 4F, 67 and 7C. RGB value is (79,103,124). Sum of RGB (Red+Green+Blue) = 79+103+124=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 124 (48.83% from 255 or 40.52% from 306); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F677C is #B09883. Grayscale: #626262. Windows color (decimal): -11573380 or 8152911. OLE color: 8152911.

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

Color convert

RGB79103124-
CMYK0.360.1700.51
HSL208º22.17%39.8%-
HSV(B)208º36.29%48.63%-
XYZ11.7112.8220.93-
YUV98.22142.55114.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.82%
GREEN value IS 103 (40.62% from 255) = 33.66%
BLUE value IS 124 (48.83% from 255) = 40.52%
R=25.82%
G=33.66%
B=40.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal791031240.360.1700.5120822.1739.8
Hex4F677C2411033d01628
Octal11714717444210633202650
Binary1001111110011111111001001001000101100111101000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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