#456683

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

Shades of Wedgewood #456683

Tints of Wedgewood #456683

Color information

#456683 (or 0x456683) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 83. RGB value is (69,102,131). Sum of RGB (Red+Green+Blue) = 69+102+131=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #456683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456683 is #BA997C. Grayscale: #5F5F5F. Windows color (decimal): -12228989 or 8611397. OLE color: 8611397.

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

Color convert

RGB69102131-
CMYK0.470.2200.49
HSL208.06º31%39.22%-
HSV(B)208.06º47.33%51.37%-
XYZ11.312.4123.27-
YUV95.44148.07109.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 131 (51.56% from 255) = 43.38%
R=22.85%
G=33.77%
B=43.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691021310.470.2200.49208.063139.22
Hex4566832F16031d01f27
Octal10514620357260613203747
Binary10001011100110100000111011111011001100011101000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456683; }

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

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

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

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

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

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

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

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