#456984

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

Shades of Wedgewood #456984

Tints of Wedgewood #456984

Color information

#456984 (or 0x456984) is unknown color: approx Wedgewood. HEX triplet: 45, 69 and 84. RGB value is (69,105,132). Sum of RGB (Red+Green+Blue) = 69+105+132=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #456984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456984 is #BA967B. Grayscale: #616161. Windows color (decimal): -12228220 or 8677701. OLE color: 8677701.

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

Color convert

RGB69105132-
CMYK0.480.2000.48
HSL205.71º31.34%39.41%-
HSV(B)205.71º47.73%51.76%-
XYZ11.6713.0323.73-
YUV97.31147.57107.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=22.55%
G=34.31%
B=43.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691051320.480.2000.48205.7131.3439.41
Hex4569843014030ce1f27
Octal10515120460240603163747
Binary10001011101001100001001100001010001100001100111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456984; }

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

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

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

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

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

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

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

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