#456084

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

Shades of Wedgewood #456084

Tints of Wedgewood #456084

Color information

#456084 (or 0x456084) is unknown color: approx Wedgewood. HEX triplet: 45, 60 and 84. RGB value is (69,96,132). Sum of RGB (Red+Green+Blue) = 69+96+132=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 132 - color contains mainly: blue. Hex color #456084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456084 is #BA9F7B. Grayscale: #5B5B5B. Windows color (decimal): -12230524 or 8675397. OLE color: 8675397.

HSL color Cylindrical-coordinate representation of color #456084: hue angle of 214.29º 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 #456084 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6996132-
CMYK0.480.2700.48
HSL214.29º31.34%39.41%-
HSV(B)214.29º47.73%51.76%-
XYZ10.811.323.44-
YUV92.03150.55111.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 132 (51.95% from 255) = 44.44%
R=23.23%
G=32.32%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69961320.480.2700.48214.2931.3439.41
Hex456084301B030d61f27
Octal10514020460330603263747
Binary10001011100000100001001100001101101100001101011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456084; }

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

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

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

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

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

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

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

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