#45698D

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

Shades of Wedgewood #45698D

Tints of Wedgewood #45698D

Color information

#45698D (or 0x45698D) is unknown color: approx Wedgewood. HEX triplet: 45, 69 and 8D. RGB value is (69,105,141). Sum of RGB (Red+Green+Blue) = 69+105+141=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #45698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45698D is #BA9672. Grayscale: #626262. Windows color (decimal): -12228211 or 9267525. OLE color: 9267525.

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

Color convert

RGB69105141-
CMYK0.510.2600.45
HSL210º34.29%41.18%-
HSV(B)210º51.06%55.29%-
XYZ12.3113.2927.12-
YUV98.34152.07107.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 105 (41.41% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=21.90%
G=33.33%
B=44.76%

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
Decimal691051410.510.2600.4521034.2941.18
Hex45698D331A02Dd22229
Octal10515121563320553224251
Binary100010111010011000110111001111010010110111010010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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