#4A6A82

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

Shades of Wedgewood #4A6A82

Tints of Wedgewood #4A6A82

Color information

#4A6A82 (or 0x4A6A82) is unknown color: approx Wedgewood. HEX triplet: 4A, 6A and 82. RGB value is (74,106,130). Sum of RGB (Red+Green+Blue) = 74+106+130=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 106 (41.80% from 255 or 34.19% 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 #4A6A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6A82 is #B5957D. Grayscale: #636363. Windows color (decimal): -11900286 or 8546890. OLE color: 8546890.

HSL color Cylindrical-coordinate representation of color #4A6A82: hue angle of 205.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A6A82 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB74106130-
CMYK0.430.1800.49
HSL205.71º27.45%40%-
HSV(B)205.71º43.08%50.98%-
XYZ12.0113.3823.07-
YUV99.17145.4110.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 130 (51.17% from 255) = 41.94%
R=23.87%
G=34.19%
B=41.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal741061300.430.1800.49205.7127.4540
Hex4A6A822B12031ce1b28
Octal11215220253220613163350
Binary10010101101010100000101010111001001100011100111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,106,130); }

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

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

 a { background-color: rgb(74,106,130); }

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

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

 span { border-color: rgb(74,106,130); }

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