#456389

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

Shades of Wedgewood #456389

Tints of Wedgewood #456389

Color information

#456389 (or 0x456389) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 89. RGB value is (69,99,137). Sum of RGB (Red+Green+Blue) = 69+99+137=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #456389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456389 is #BA9C76. Grayscale: #5E5E5E. Windows color (decimal): -12229751 or 9003845. OLE color: 9003845.

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

Color convert

RGB6999137-
CMYK0.500.2800.46
HSL213.53º33.01%40.39%-
HSV(B)213.53º49.64%53.73%-
XYZ11.431225.38-
YUV94.36152.06109.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=22.62%
G=32.46%
B=44.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69991370.500.2800.46213.5333.0140.39
Hex456389321C02Ed62128
Octal10514321162340563264150
Binary100010111000111000100111001011100010111011010110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456389; }

 p { color: rgb(69,99,137); }

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

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

 a { background-color: rgb(69,99,137); }

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

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

 span { border-color: rgb(69,99,137); }

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