#45628A

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

Shades of Wedgewood #45628A

Tints of Wedgewood #45628A

Color information

#45628A (or 0x45628A) is unknown color: approx Wedgewood. HEX triplet: 45, 62 and 8A. RGB value is (69,98,138). Sum of RGB (Red+Green+Blue) = 69+98+138=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #45628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45628A is #BA9D75. Grayscale: #5D5D5D. Windows color (decimal): -12230006 or 9069125. OLE color: 9069125.

HSL color Cylindrical-coordinate representation of color #45628A: hue angle of 214.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45628A is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6998138-
CMYK0.50.2900.46
HSL214.78º33.33%40.59%-
HSV(B)214.78º50%54.12%-
XYZ11.4111.8425.73-
YUV93.89152.89110.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=22.62%
G=32.13%
B=45.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69981380.50.2900.46214.7833.3340.59
Hex45628A321D02Ed72129
Octal10514221262350563274151
Binary100010111000101000101011001011101010111011010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45628A; }

 p { color: rgb(69,98,138); }

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

<style>
 a { background-color: #45628A; }

 a { background-color: rgb(69,98,138); }

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

<style>
 span { border-color: #45628A; }

 span { border-color: rgb(69,98,138); }

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