#456D94

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

Shades of Wedgewood #456D94

Tints of Wedgewood #456D94

Color information

#456D94 (or 0x456D94) is unknown color: approx Wedgewood. HEX triplet: 45, 6D and 94. RGB value is (69,109,148). Sum of RGB (Red+Green+Blue) = 69+109+148=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #456D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D94 is #BA926B. Grayscale: #656565. Windows color (decimal): -12227180 or 9727301. OLE color: 9727301.

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

Color convert

RGB69109148-
CMYK0.530.2600.42
HSL209.62º36.41%42.55%-
HSV(B)209.62º53.38%58.04%-
XYZ13.2714.3430.09-
YUV101.49154.25104.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=21.17%
G=33.44%
B=45.40%

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
Decimal691091480.530.2600.42209.6236.4142.55
Hex456D94351A02Ad2242b
Octal10515522465320523224453
Binary100010111011011001010011010111010010101011010010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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