#456792

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

Shades of Wedgewood #456792

Tints of Wedgewood #456792

Color information

#456792 (or 0x456792) is unknown color: approx Wedgewood. HEX triplet: 45, 67 and 92. RGB value is (69,103,146). Sum of RGB (Red+Green+Blue) = 69+103+146=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #456792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456792 is #BA986D. Grayscale: #616161. Windows color (decimal): -12228718 or 9594693. OLE color: 9594693.

HSL color Cylindrical-coordinate representation of color #456792: hue angle of 213.51º 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 #456792 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB69103146-
CMYK0.530.2900.43
HSL213.51º35.81%42.16%-
HSV(B)213.51º52.74%57.25%-
XYZ12.4913.0429.05-
YUV97.74155.24107.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=21.70%
G=32.39%
B=45.91%

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
Decimal691031460.530.2900.43213.5135.8142.16
Hex456792351D02Bd6242a
Octal10514722265350533264452
Binary100010111001111001001011010111101010101111010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456792; }

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

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

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

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

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

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

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

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