#456F8D

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

Shades of Wedgewood #456F8D

Tints of Wedgewood #456F8D

Color information

#456F8D (or 0x456F8D) is unknown color: approx Wedgewood. HEX triplet: 45, 6F and 8D. RGB value is (69,111,141). Sum of RGB (Red+Green+Blue) = 69+111+141=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #456F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F8D is #BA9072. Grayscale: #656565. Windows color (decimal): -12226675 or 9269061. OLE color: 9269061.

HSL color Cylindrical-coordinate representation of color #456F8D: hue angle of 205º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #456F8D is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69111141-
CMYK0.510.2100.45
HSL205º34.29%41.18%-
HSV(B)205º51.06%55.29%-
XYZ12.9514.5627.33-
YUV101.86150.09104.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=21.50%
G=34.58%
B=43.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691111410.510.2100.4520534.2941.18
Hex456F8D331502Dcd2229
Octal10515721563250553154251
Binary100010111011111000110111001110101010110111001101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456F8D; }

 p { color: rgb(69,111,141); }

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

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

 a { background-color: rgb(69,111,141); }

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

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

 span { border-color: rgb(69,111,141); }

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