#4F6882

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

Shades of Wedgewood #4F6882

Tints of Wedgewood #4F6882

Color information

#4F6882 (or 0x4F6882) is unknown color: approx Wedgewood. HEX triplet: 4F, 68 and 82. RGB value is (79,104,130). Sum of RGB (Red+Green+Blue) = 79+104+130=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F6882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6882 is #B0977D. Grayscale: #636363. Windows color (decimal): -11573118 or 8546383. OLE color: 8546383.

HSL color Cylindrical-coordinate representation of color #4F6882: hue angle of 210.59º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F6882 is Cyan = 0.39, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB79104130-
CMYK0.390.200.49
HSL210.59º24.4%40.98%-
HSV(B)210.59º39.23%50.98%-
XYZ12.213.1723.02-
YUV99.49145.22113.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=25.24%
G=33.23%
B=41.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791041300.390.200.49210.5924.440.98
Hex4F68822714031d31829
Octal11715020247240613233051
Binary10011111101000100000101001111010001100011101001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,104,130); }

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

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

 a { background-color: rgb(79,104,130); }

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

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

 span { border-color: rgb(79,104,130); }

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