#486681

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

Shades of Wedgewood #486681

Tints of Wedgewood #486681

Color information

#486681 (or 0x486681) is unknown color: approx Wedgewood. HEX triplet: 48, 66 and 81. RGB value is (72,102,129). Sum of RGB (Red+Green+Blue) = 72+102+129=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #486681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486681 is #B7997E. Grayscale: #5F5F5F. Windows color (decimal): -12032383 or 8480328. OLE color: 8480328.

HSL color Cylindrical-coordinate representation of color #486681: hue angle of 208.42º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #486681 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72102129-
CMYK0.440.2100.49
HSL208.42º28.36%39.41%-
HSV(B)208.42º44.19%50.59%-
XYZ11.3912.4722.57-
YUV96.11146.56110.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 102 (40.23% from 255) = 33.66%
BLUE value IS 129 (50.78% from 255) = 42.57%
R=23.76%
G=33.66%
B=42.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721021290.440.2100.49208.4228.3639.41
Hex4866812C15031d01c27
Octal11014620154250613203447
Binary10010001100110100000011011001010101100011101000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486681; }

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

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

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

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

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

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

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

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