#456B83

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

Shades of Wedgewood #456B83

Tints of Wedgewood #456B83

Color information

#456B83 (or 0x456B83) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 83. RGB value is (69,107,131). Sum of RGB (Red+Green+Blue) = 69+107+131=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #456B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B83 is #BA947C. Grayscale: #626262. Windows color (decimal): -12227709 or 8612677. OLE color: 8612677.

HSL color Cylindrical-coordinate representation of color #456B83: hue angle of 203.23º 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 #456B83 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69107131-
CMYK0.470.1800.49
HSL203.23º31%39.22%-
HSV(B)203.23º47.33%51.37%-
XYZ11.8113.4223.44-
YUV98.37146.41107.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=22.48%
G=34.85%
B=42.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691071310.470.1800.49203.233139.22
Hex456B832F12031cb1f27
Octal10515320357220613133747
Binary10001011101011100000111011111001001100011100101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B83; }

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

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

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

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

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

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

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

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