#456583

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

Shades of Wedgewood #456583

Tints of Wedgewood #456583

Color information

#456583 (or 0x456583) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 83. RGB value is (69,101,131). Sum of RGB (Red+Green+Blue) = 69+101+131=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #456583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456583 is #BA9A7C. Grayscale: #5E5E5E. Windows color (decimal): -12229245 or 8611141. OLE color: 8611141.

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

Color convert

RGB69101131-
CMYK0.470.2300.49
HSL209.03º31%39.22%-
HSV(B)209.03º47.33%51.37%-
XYZ11.212.2123.24-
YUV94.85148.4109.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=22.92%
G=33.55%
B=43.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691011310.470.2300.49209.033139.22
Hex4565832F17031d11f27
Octal10514520357270613213747
Binary10001011100101100000111011111011101100011101000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456583; }

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

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

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

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

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

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

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

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