#487395

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

Shades of Wedgewood #487395

Tints of Wedgewood #487395

Color information

#487395 (or 0x487395) is unknown color: approx Wedgewood. HEX triplet: 48, 73 and 95. RGB value is (72,115,149). Sum of RGB (Red+Green+Blue) = 72+115+149=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #487395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487395 is #B78C6A. Grayscale: #696969. Windows color (decimal): -12029035 or 9794376. OLE color: 9794376.

HSL color Cylindrical-coordinate representation of color #487395: hue angle of 206.49º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #487395 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72115149-
CMYK0.520.2300.42
HSL206.49º34.84%43.33%-
HSV(B)206.49º51.68%58.43%-
XYZ14.2315.8130.74-
YUV106.02152.25103.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=21.43%
G=34.23%
B=44.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721151490.520.2300.42206.4934.8443.33
Hex487395341702Ace232b
Octal11016322564270523164353
Binary100100011100111001010111010010111010101011001110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487395; }

 p { color: rgb(72,115,149); }

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

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

 a { background-color: rgb(72,115,149); }

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

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

 span { border-color: rgb(72,115,149); }

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