#486583

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

Shades of Wedgewood #486583

Tints of Wedgewood #486583

Color information

#486583 (or 0x486583) is unknown color: approx Wedgewood. HEX triplet: 48, 65 and 83. RGB value is (72,101,131). Sum of RGB (Red+Green+Blue) = 72+101+131=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #486583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486583 is #B79A7C. Grayscale: #5F5F5F. Windows color (decimal): -12032637 or 8611144. OLE color: 8611144.

HSL color Cylindrical-coordinate representation of color #486583: hue angle of 210.51º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486583 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72101131-
CMYK0.450.2300.49
HSL210.51º29.06%39.8%-
HSV(B)210.51º45.04%51.37%-
XYZ11.4212.3223.25-
YUV95.75147.89111.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=23.68%
G=33.22%
B=43.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721011310.450.2300.49210.5129.0639.8
Hex4865832D17031d31d28
Octal11014520355270613233550
Binary10010001100101100000111011011011101100011101001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486583; }

 p { color: rgb(72,101,131); }

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

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

 a { background-color: rgb(72,101,131); }

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

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

 span { border-color: rgb(72,101,131); }

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