#456892

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

Shades of Wedgewood #456892

Tints of Wedgewood #456892

Color information

#456892 (or 0x456892) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 92. RGB value is (69,104,146). Sum of RGB (Red+Green+Blue) = 69+104+146=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #456892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456892 is #BA976D. Grayscale: #626262. Windows color (decimal): -12228462 or 9594949. OLE color: 9594949.

HSL color Cylindrical-coordinate representation of color #456892: hue angle of 212.73º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456892 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69104146-
CMYK0.530.2900.43
HSL212.73º35.81%42.16%-
HSV(B)212.73º52.74%57.25%-
XYZ12.5913.2429.09-
YUV98.32154.9107.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 146 (57.42% from 255) = 45.77%
R=21.63%
G=32.60%
B=45.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691041460.530.2900.43212.7335.8142.16
Hex456892351D02Bd5242a
Octal10515022265350533254452
Binary100010111010001001001011010111101010101111010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456892; }

 p { color: rgb(69,104,146); }

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

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

 a { background-color: rgb(69,104,146); }

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

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

 span { border-color: rgb(69,104,146); }

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