#4F6582

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

Shades of Wedgewood #4F6582

Tints of Wedgewood #4F6582

Color information

#4F6582 (or 0x4F6582) is unknown color: approx Wedgewood. HEX triplet: 4F, 65 and 82. RGB value is (79,101,130). Sum of RGB (Red+Green+Blue) = 79+101+130=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F6582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6582 is #B09A7D. Grayscale: #616161. Windows color (decimal): -11573886 or 8545615. OLE color: 8545615.

HSL color Cylindrical-coordinate representation of color #4F6582: hue angle of 214.12º 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 #4F6582 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB79101130-
CMYK0.390.2200.49
HSL214.12º24.4%40.98%-
HSV(B)214.12º39.23%50.98%-
XYZ11.9112.5822.92-
YUV97.73146.21114.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.48%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=25.48%
G=32.58%
B=41.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal791011300.390.2200.49214.1224.440.98
Hex4F65822716031d61829
Octal11714520247260613263051
Binary10011111100101100000101001111011001100011101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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