#4F758F

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

Shades of Wedgewood #4F758F

Tints of Wedgewood #4F758F

Color information

#4F758F (or 0x4F758F) is unknown color: approx Wedgewood. HEX triplet: 4F, 75 and 8F. RGB value is (79,117,143). Sum of RGB (Red+Green+Blue) = 79+117+143=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F758F is #B08A70. Grayscale: #6C6C6C. Windows color (decimal): -11569777 or 9401679. OLE color: 9401679.

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

Color convert

RGB79117143-
CMYK0.450.1800.44
HSL204.38º28.83%43.53%-
HSV(B)204.38º44.76%56.08%-
XYZ14.5416.3728.38-
YUV108.6147.41106.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=23.30%
G=34.51%
B=42.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791171430.450.1800.44204.3828.8343.53
Hex4F758F2D1202Ccc1d2c
Octal11716521755220543143554
Binary10011111110101100011111011011001001011001100110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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