#4F7293

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

Shades of Wedgewood #4F7293

Tints of Wedgewood #4F7293

Color information

#4F7293 (or 0x4F7293) is unknown color: approx Wedgewood. HEX triplet: 4F, 72 and 93. RGB value is (79,114,147). Sum of RGB (Red+Green+Blue) = 79+114+147=340 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.24% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F7293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7293 is #B08D6C. Grayscale: #6B6B6B. Windows color (decimal): -11570541 or 9663055. OLE color: 9663055.

HSL color Cylindrical-coordinate representation of color #4F7293: hue angle of 209.12º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F7293 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79114147-
CMYK0.460.2200.42
HSL209.12º30.09%44.31%-
HSV(B)209.12º46.26%57.65%-
XYZ14.5115.829.89-
YUV107.3150.4107.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.24%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=23.24%
G=33.53%
B=43.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791141470.460.2200.42209.1230.0944.31
Hex4F72932E1602Ad11e2c
Octal11716222356260523213654
Binary10011111110010100100111011101011001010101101000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,147); }

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

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

 a { background-color: rgb(79,114,147); }

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

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

 span { border-color: rgb(79,114,147); }

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