#456380

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

Shades of Wedgewood #456380

Tints of Wedgewood #456380

Color information

#456380 (or 0x456380) is unknown color: approx Wedgewood. HEX triplet: 45, 63 and 80. RGB value is (69,99,128). Sum of RGB (Red+Green+Blue) = 69+99+128=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #456380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456380 is #BA9C7F. Grayscale: #5D5D5D. Windows color (decimal): -12229760 or 8414021. OLE color: 8414021.

HSL color Cylindrical-coordinate representation of color #456380: hue angle of 209.49º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #456380 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6999128-
CMYK0.460.2300.50
HSL209.49º29.95%38.63%-
HSV(B)209.49º46.09%50.2%-
XYZ10.8111.7522.12-
YUV93.34147.56110.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=23.31%
G=33.45%
B=43.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69991280.460.2300.50209.4929.9538.63
Hex4563802E17032d11e27
Octal10514320056270623213647
Binary10001011100011100000001011101011101100101101000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456380; }

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

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

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

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

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

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

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

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