#4F7493

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

Shades of Wedgewood #4F7493

Tints of Wedgewood #4F7493

Color information

#4F7493 (or 0x4F7493) is unknown color: approx Wedgewood. HEX triplet: 4F, 74 and 93. RGB value is (79,116,147). Sum of RGB (Red+Green+Blue) = 79+116+147=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F7493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7493 is #B08B6C. Grayscale: #6C6C6C. Windows color (decimal): -11570029 or 9663567. OLE color: 9663567.

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

Color convert

RGB79116147-
CMYK0.460.2100.42
HSL207.35º30.09%44.31%-
HSV(B)207.35º46.26%57.65%-
XYZ14.7416.2629.97-
YUV108.47149.74106.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=23.10%
G=33.92%
B=42.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791161470.460.2100.42207.3530.0944.31
Hex4F74932E1502Acf1e2c
Octal11716422356250523173654
Binary10011111110100100100111011101010101010101100111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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