#4F7389

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

Shades of Wedgewood #4F7389

Tints of Wedgewood #4F7389

Color information

#4F7389 (or 0x4F7389) is unknown color: approx Wedgewood. HEX triplet: 4F, 73 and 89. RGB value is (79,115,137). Sum of RGB (Red+Green+Blue) = 79+115+137=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F7389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7389 is #B08C76. Grayscale: #6A6A6A. Windows color (decimal): -11570295 or 9007951. OLE color: 9007951.

HSL color Cylindrical-coordinate representation of color #4F7389: hue angle of 202.76º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F7389 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB79115137-
CMYK0.420.1600.46
HSL202.76º26.85%42.35%-
HSV(B)202.76º42.34%53.73%-
XYZ13.8715.7325.97-
YUV106.74145.07108.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.87%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=23.87%
G=34.74%
B=41.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791151370.420.1600.46202.7626.8542.35
Hex4F73892A1002Ecb1b2a
Octal11716321152200563133352
Binary10011111110011100010011010101000001011101100101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,115,137); }

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

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

 a { background-color: rgb(79,115,137); }

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

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

 span { border-color: rgb(79,115,137); }

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