#4F7394

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

Shades of Wedgewood #4F7394

Tints of Wedgewood #4F7394

Color information

#4F7394 (or 0x4F7394) is unknown color: approx Wedgewood. HEX triplet: 4F, 73 and 94. RGB value is (79,115,148). Sum of RGB (Red+Green+Blue) = 79+115+148=342 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.10% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F7394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7394 is #B08C6B. Grayscale: #6B6B6B. Windows color (decimal): -11570284 or 9728847. OLE color: 9728847.

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

Color convert

RGB79115148-
CMYK0.470.2200.42
HSL208.7º30.4%44.51%-
HSV(B)208.7º46.62%58.04%-
XYZ14.716.0630.34-
YUV108150.57107.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.10%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 148 (58.20% from 255) = 43.27%
R=23.10%
G=33.63%
B=43.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791151480.470.2200.42208.730.444.51
Hex4F73942F1602Ad11e2d
Octal11716322457260523213655
Binary10011111110011100101001011111011001010101101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,115,148); }

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

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

 a { background-color: rgb(79,115,148); }

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

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

 span { border-color: rgb(79,115,148); }

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