#486689

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

Shades of Wedgewood #486689

Tints of Wedgewood #486689

Color information

#486689 (or 0x486689) is unknown color: approx Wedgewood. HEX triplet: 48, 66 and 89. RGB value is (72,102,137). Sum of RGB (Red+Green+Blue) = 72+102+137=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #486689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486689 is #B79976. Grayscale: #606060. Windows color (decimal): -12032375 or 9004616. OLE color: 9004616.

HSL color Cylindrical-coordinate representation of color #486689: hue angle of 212.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #486689 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB72102137-
CMYK0.470.2600.46
HSL212.31º31.1%40.98%-
HSV(B)212.31º47.45%53.73%-
XYZ11.9412.6925.49-
YUV97.02150.56110.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 137 (53.91% from 255) = 44.05%
R=23.15%
G=32.80%
B=44.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721021370.470.2600.46212.3131.140.98
Hex4866892F1A02Ed41f29
Octal11014621157320563243751
Binary10010001100110100010011011111101001011101101010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486689; }

 p { color: rgb(72,102,137); }

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

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

 a { background-color: rgb(72,102,137); }

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

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

 span { border-color: rgb(72,102,137); }

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