#4F7489

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

Shades of Wedgewood #4F7489

Tints of Wedgewood #4F7489

Color information

#4F7489 (or 0x4F7489) is unknown color: approx Wedgewood. HEX triplet: 4F, 74 and 89. RGB value is (79,116,137). Sum of RGB (Red+Green+Blue) = 79+116+137=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F7489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7489 is #B08B76. Grayscale: #6B6B6B. Windows color (decimal): -11570039 or 9008207. OLE color: 9008207.

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

Color convert

RGB79116137-
CMYK0.420.1500.46
HSL201.72º26.85%42.35%-
HSV(B)201.72º42.34%53.73%-
XYZ13.9915.9626.01-
YUV107.33144.74107.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.80%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=23.80%
G=34.94%
B=41.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791161370.420.1500.46201.7226.8542.35
Hex4F74892AF02Eca1b2a
Octal11716421152170563123352
Binary1001111111010010001001101010111101011101100101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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