#45638D

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

Shades of Wedgewood #45638D

Tints of Wedgewood #45638D

Color information

#45638D (or 0x45638D) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 8D. RGB value is (69,99,141). Sum of RGB (Red+Green+Blue) = 69+99+141=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #45638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45638D is #BA9C72. Grayscale: #5E5E5E. Windows color (decimal): -12229747 or 9265989. OLE color: 9265989.

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

Color convert

RGB6999141-
CMYK0.510.3000.45
HSL215º34.29%41.18%-
HSV(B)215º51.06%55.29%-
XYZ11.7212.1126.92-
YUV94.82154.06109.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 99 (39.06% from 255) = 32.04%
BLUE value IS 141 (55.47% from 255) = 45.63%
R=22.33%
G=32.04%
B=45.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69991410.510.3000.4521534.2941.18
Hex45638D331E02Dd72229
Octal10514321563360553274251
Binary100010111000111000110111001111110010110111010111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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