#456E94

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

Shades of Wedgewood #456E94

Tints of Wedgewood #456E94

Color information

#456E94 (or 0x456E94) is unknown color: approx Wedgewood. HEX triplet: 45, 6E and 94. RGB value is (69,110,148). Sum of RGB (Red+Green+Blue) = 69+110+148=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #456E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456E94 is #BA916B. Grayscale: #656565. Windows color (decimal): -12226924 or 9727557. OLE color: 9727557.

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

Color convert

RGB69110148-
CMYK0.530.2600.42
HSL208.86º36.41%42.55%-
HSV(B)208.86º53.38%58.04%-
XYZ13.3814.5630.12-
YUV102.07153.92104.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=21.10%
G=33.64%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691101480.530.2600.42208.8636.4142.55
Hex456E94351A02Ad1242b
Octal10515622465320523214453
Binary100010111011101001010011010111010010101011010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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