#45658D

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

Shades of Wedgewood #45658D

Tints of Wedgewood #45658D

Color information

#45658D (or 0x45658D) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 8D. RGB value is (69,101,141). Sum of RGB (Red+Green+Blue) = 69+101+141=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #45658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45658D is #BA9A72. Grayscale: #5F5F5F. Windows color (decimal): -12229235 or 9266501. OLE color: 9266501.

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

Color convert

RGB69101141-
CMYK0.510.2800.45
HSL213.33º34.29%41.18%-
HSV(B)213.33º51.06%55.29%-
XYZ11.9212.526.98-
YUV95.99153.4108.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=22.19%
G=32.48%
B=45.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691011410.510.2800.45213.3334.2941.18
Hex45658D331C02Dd52229
Octal10514521563340553254251
Binary100010111001011000110111001111100010110111010101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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