#4F718B

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

Shades of Wedgewood #4F718B

Tints of Wedgewood #4F718B

Color information

#4F718B (or 0x4F718B) is unknown color: approx Wedgewood. HEX triplet: 4F, 71 and 8B. RGB value is (79,113,139). Sum of RGB (Red+Green+Blue) = 79+113+139=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F718B is #B08E74. Grayscale: #696969. Windows color (decimal): -11570805 or 9138511. OLE color: 9138511.

HSL color Cylindrical-coordinate representation of color #4F718B: hue angle of 206º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F718B is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79113139-
CMYK0.430.1900.45
HSL206º27.52%42.75%-
HSV(B)206º43.17%54.51%-
XYZ13.7915.3426.66-
YUV105.8146.74108.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 139 (54.69% from 255) = 41.99%
R=23.87%
G=34.14%
B=41.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791131390.430.1900.4520627.5242.75
Hex4F718B2B1302Dce1c2b
Octal11716121353230553163453
Binary10011111110001100010111010111001101011011100111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,113,139); }

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

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

 a { background-color: rgb(79,113,139); }

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

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

 span { border-color: rgb(79,113,139); }

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