#456E92

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

Shades of Wedgewood #456E92

Tints of Wedgewood #456E92

Color information

#456E92 (or 0x456E92) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 92. RGB value is (69,110,146). Sum of RGB (Red+Green+Blue) = 69+110+146=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #456E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E92 is #BA916D. Grayscale: #656565. Windows color (decimal): -12226926 or 9596485. OLE color: 9596485.

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

Color convert

RGB69110146-
CMYK0.530.2500.43
HSL208.05º35.81%42.16%-
HSV(B)208.05º52.74%57.25%-
XYZ13.2214.4929.29-
YUV101.84152.92104.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=21.23%
G=33.85%
B=44.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691101460.530.2500.43208.0535.8142.16
Hex456E92351902Bd0242a
Octal10515622265310533204452
Binary100010111011101001001011010111001010101111010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456E92; }

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

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

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

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

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

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

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

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