#4F6789

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

Shades of Wedgewood #4F6789

Tints of Wedgewood #4F6789

Color information

#4F6789 (or 0x4F6789) is unknown color: approx Wedgewood. HEX triplet: 4F, 67 and 89. RGB value is (79,103,137). Sum of RGB (Red+Green+Blue) = 79+103+137=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6789 is #B09876. Grayscale: #636363. Windows color (decimal): -11573367 or 9004879. OLE color: 9004879.

HSL color Cylindrical-coordinate representation of color #4F6789: hue angle of 215.17º 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 #4F6789 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB79103137-
CMYK0.420.2500.46
HSL215.17º26.85%42.35%-
HSV(B)215.17º42.34%53.73%-
XYZ12.5913.1725.55-
YUV99.7149.05113.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.76%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 137 (53.91% from 255) = 42.95%
R=24.76%
G=32.29%
B=42.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791031370.420.2500.46215.1726.8542.35
Hex4F67892A1902Ed71b2a
Octal11714721152310563273352
Binary10011111100111100010011010101100101011101101011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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