#4F6477

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

Shades of Wedgewood #4F6477

Tints of Wedgewood #4F6477

Color information

#4F6477 (or 0x4F6477) is unknown color: approx Wedgewood. HEX triplet: 4F, 64 and 77. RGB value is (79,100,119). Sum of RGB (Red+Green+Blue) = 79+100+119=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #4F6477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6477 is #B09B88. Grayscale: #5F5F5F. Windows color (decimal): -11574153 or 7824463. OLE color: 7824463.

HSL color Cylindrical-coordinate representation of color #4F6477: hue angle of 208.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F6477 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB79100119-
CMYK0.340.1600.53
HSL208.5º20.2%38.82%-
HSV(B)208.5º33.61%46.67%-
XYZ11.1112.1119.2-
YUV95.89141.04115.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 100 (39.45% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 39.93%
R=26.51%
G=33.56%
B=39.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal791001190.340.1600.53208.520.238.82
Hex4F64772210035d01427
Octal11714416742200653202447
Binary1001111110010011101111000101000001101011101000010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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