#485F8A

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

Shades of Wedgewood #485F8A

Tints of Wedgewood #485F8A

Color information

#485F8A (or 0x485F8A) is unknown color: approx Wedgewood. HEX triplet: 48, 5F and 8A. RGB value is (72,95,138). Sum of RGB (Red+Green+Blue) = 72+95+138=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #485F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485F8A is #B7A075. Grayscale: #5C5C5C. Windows color (decimal): -12034166 or 9068360. OLE color: 9068360.

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

Color convert

RGB7295138-
CMYK0.480.3100.46
HSL219.09º31.43%41.18%-
HSV(B)219.09º47.83%54.12%-
XYZ11.3511.425.65-
YUV93.02153.38113-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.61%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=23.61%
G=31.15%
B=45.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72951380.480.3100.46219.0931.4341.18
Hex485F8A301F02Edb1f29
Octal11013721260370563333751
Binary10010001011111100010101100001111101011101101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485F8A; }

 p { color: rgb(72,95,138); }

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

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

 a { background-color: rgb(72,95,138); }

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

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

 span { border-color: rgb(72,95,138); }

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