#4F748F

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

Shades of Wedgewood #4F748F

Tints of Wedgewood #4F748F

Color information

#4F748F (or 0x4F748F) is unknown color: approx Wedgewood. HEX triplet: 4F, 74 and 8F. RGB value is (79,116,143). Sum of RGB (Red+Green+Blue) = 79+116+143=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F748F is #B08B70. Grayscale: #6B6B6B. Windows color (decimal): -11570033 or 9401423. OLE color: 9401423.

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

Color convert

RGB79116143-
CMYK0.450.1900.44
HSL205.31º28.83%43.53%-
HSV(B)205.31º44.76%56.08%-
XYZ14.4316.1428.34-
YUV108.01147.74107.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.37%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=23.37%
G=34.32%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791161430.450.1900.44205.3128.8343.53
Hex4F748F2D1302Ccd1d2c
Octal11716421755230543153554
Binary10011111110100100011111011011001101011001100110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,116,143); }

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

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

 a { background-color: rgb(79,116,143); }

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

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

 span { border-color: rgb(79,116,143); }

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