#45708D

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

Shades of Wedgewood #45708D

Tints of Wedgewood #45708D

Color information

#45708D (or 0x45708D) is unknown color: approx Wedgewood. HEX triplet: 45, 70 and 8D. RGB value is (69,112,141). Sum of RGB (Red+Green+Blue) = 69+112+141=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #45708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45708D is #BA8F72. Grayscale: #666666. Windows color (decimal): -12226419 or 9269317. OLE color: 9269317.

HSL color Cylindrical-coordinate representation of color #45708D: hue angle of 204.17º 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 #45708D is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69112141-
CMYK0.510.2100.45
HSL204.17º34.29%41.18%-
HSV(B)204.17º51.06%55.29%-
XYZ13.0614.7827.36-
YUV102.45149.75104.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.43%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=21.43%
G=34.78%
B=43.79%

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
Decimal691121410.510.2100.45204.1734.2941.18
Hex45708D331502Dcc2229
Octal10516021563250553144251
Binary100010111100001000110111001110101010110111001100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45708D; }

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

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

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

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

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

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

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

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