#456783

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

Shades of Wedgewood #456783

Tints of Wedgewood #456783

Color information

#456783 (or 0x456783) is unknown color: approx Wedgewood. HEX triplet: 45, 67 and 83. RGB value is (69,103,131). Sum of RGB (Red+Green+Blue) = 69+103+131=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #456783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456783 is #BA987C. Grayscale: #5F5F5F. Windows color (decimal): -12228733 or 8611653. OLE color: 8611653.

HSL color Cylindrical-coordinate representation of color #456783: hue angle of 207.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #456783 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69103131-
CMYK0.470.2100.49
HSL207.1º31%39.22%-
HSV(B)207.1º47.33%51.37%-
XYZ11.412.623.3-
YUV96.03147.74108.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=22.77%
G=33.99%
B=43.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691031310.470.2100.49207.13139.22
Hex4567832F15031cf1f27
Octal10514720357250613173747
Binary10001011100111100000111011111010101100011100111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456783; }

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

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

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

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

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

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

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

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