#4f7189

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

Shades of Wedgewood #4F7189

Tints of Wedgewood #4F7189

Color information

#4F7189 (or 0x4F7189) is unknown color: approx Wedgewood. HEX triplet: 4F, 71 and 89. RGB value is (79,113,137). Sum of RGB (Red+Green+Blue) = 79+113+137=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F7189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7189 is #B08E76. Grayscale: #696969. Windows color (decimal): -11570807 or 9007439. OLE color: 9007439.

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

Color convert

RGB79113137-
CMYK0.420.1800.46
HSL204.83º26.85%42.35%-
HSV(B)204.83º42.34%53.73%-
XYZ13.6415.2825.9-
YUV105.57145.74109.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=24.01%
G=34.35%
B=41.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791131370.420.1800.46204.8326.8542.35
Hex4F71892A1202Ecd1b2a
Octal11716121152220563153352
Binary10011111110001100010011010101001001011101100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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