#45688D

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

Shades of Wedgewood #45688D

Tints of Wedgewood #45688D

Color information

#45688D (or 0x45688D) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 8D. RGB value is (69,104,141). Sum of RGB (Red+Green+Blue) = 69+104+141=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #45688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45688D is #BA9772. Grayscale: #616161. Windows color (decimal): -12228467 or 9267269. OLE color: 9267269.

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

Color convert

RGB69104141-
CMYK0.510.2600.45
HSL210.83º34.29%41.18%-
HSV(B)210.83º51.06%55.29%-
XYZ12.2113.0927.08-
YUV97.75152.4107.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 104 (41.02% from 255) = 33.12%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=21.97%
G=33.12%
B=44.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691041410.510.2600.45210.8334.2941.18
Hex45688D331A02Dd32229
Octal10515021563320553234251
Binary100010111010001000110111001111010010110111010011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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