#45678E

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

Shades of Wedgewood #45678E

Tints of Wedgewood #45678E

Color information

#45678E (or 0x45678E) is unknown color: approx Wedgewood. HEX triplet: 45, 67 and 8E. RGB value is (69,103,142). Sum of RGB (Red+Green+Blue) = 69+103+142=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #45678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45678E is #BA9871. Grayscale: #616161. Windows color (decimal): -12228722 or 9332549. OLE color: 9332549.

HSL color Cylindrical-coordinate representation of color #45678E: hue angle of 212.05º 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 #45678E is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB69103142-
CMYK0.510.2700.44
HSL212.05º34.6%41.37%-
HSV(B)212.05º51.41%55.69%-
XYZ12.1912.9227.44-
YUV97.28153.24107.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 142 (55.86% from 255) = 45.22%
R=21.97%
G=32.80%
B=45.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691031420.510.2700.44212.0534.641.37
Hex45678E331B02Cd42329
Octal10514721663330543244351
Binary100010111001111000111011001111011010110011010100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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