#45648E

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

Shades of Wedgewood #45648E

Tints of Wedgewood #45648E

Color information

#45648E (or 0x45648E) is unknown color: approx Wedgewood. HEX triplet: 45, 64 and 8E. RGB value is (69,100,142). Sum of RGB (Red+Green+Blue) = 69+100+142=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #45648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45648E is #BA9B71. Grayscale: #5F5F5F. Windows color (decimal): -12229490 or 9331781. OLE color: 9331781.

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

Color convert

RGB69100142-
CMYK0.510.3000.44
HSL214.52º34.6%41.37%-
HSV(B)214.52º51.41%55.69%-
XYZ11.8912.3327.34-
YUV95.52154.23109.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 100 (39.45% from 255) = 32.15%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=22.19%
G=32.15%
B=45.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691001420.510.3000.44214.5234.641.37
Hex45648E331E02Cd72329
Octal10514421663360543274351
Binary100010111001001000111011001111110010110011010111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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