#456B94

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

Shades of Wedgewood #456B94

Tints of Wedgewood #456B94

Color information

#456B94 (or 0x456B94) is unknown color: approx Wedgewood. HEX triplet: 45, 6B and 94. RGB value is (69,107,148). Sum of RGB (Red+Green+Blue) = 69+107+148=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #456B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456B94 is #BA946B. Grayscale: #646464. Windows color (decimal): -12227692 or 9726789. OLE color: 9726789.

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

Color convert

RGB69107148-
CMYK0.530.2800.42
HSL211.14º36.41%42.55%-
HSV(B)211.14º53.38%58.04%-
XYZ13.0613.9230.02-
YUV100.31154.91105.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 148 (58.20% from 255) = 45.68%
R=21.30%
G=33.02%
B=45.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691071480.530.2800.42211.1436.4142.55
Hex456B94351C02Ad3242b
Octal10515322465340523234453
Binary100010111010111001010011010111100010101011010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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