#45668E

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

Shades of Wedgewood #45668E

Tints of Wedgewood #45668E

Color information

#45668E (or 0x45668E) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 8E. RGB value is (69,102,142). Sum of RGB (Red+Green+Blue) = 69+102+142=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 142 - color contains mainly: blue. Hex color #45668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45668E is #BA9971. Grayscale: #606060. Windows color (decimal): -12228978 or 9332293. OLE color: 9332293.

HSL color Cylindrical-coordinate representation of color #45668E: hue angle of 212.88º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45668E is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69102142-
CMYK0.510.2800.44
HSL212.88º34.6%41.37%-
HSV(B)212.88º51.41%55.69%-
XYZ12.0912.7227.41-
YUV96.69153.57108.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 102 (40.23% from 255) = 32.59%
BLUE value IS 142 (55.86% from 255) = 45.37%
R=22.04%
G=32.59%
B=45.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691021420.510.2800.44212.8834.641.37
Hex45668E331C02Cd52329
Octal10514621663340543254351
Binary100010111001101000111011001111100010110011010101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45668E; }

 p { color: rgb(69,102,142); }

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

<style>
 a { background-color: #45668E; }

 a { background-color: rgb(69,102,142); }

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

<style>
 span { border-color: #45668E; }

 span { border-color: rgb(69,102,142); }

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