#456584

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

Shades of Wedgewood #456584

Tints of Wedgewood #456584

Color information

#456584 (or 0x456584) is unknown color: approx Wedgewood. HEX triplet: 45, 65 and 84. RGB value is (69,101,132). Sum of RGB (Red+Green+Blue) = 69+101+132=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #456584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456584 is #BA9A7B. Grayscale: #5E5E5E. Windows color (decimal): -12229244 or 8676677. OLE color: 8676677.

HSL color Cylindrical-coordinate representation of color #456584: hue angle of 209.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456584 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69101132-
CMYK0.480.2300.48
HSL209.52º31.34%39.41%-
HSV(B)209.52º47.73%51.76%-
XYZ11.2712.2423.6-
YUV94.97148.9109.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=22.85%
G=33.44%
B=43.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691011320.480.2300.48209.5231.3439.41
Hex4565843017030d21f27
Octal10514520460270603223747
Binary10001011100101100001001100001011101100001101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456584; }

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

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

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

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

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

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

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

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