#456F93

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

Shades of Wedgewood #456F93

Tints of Wedgewood #456F93

Color information

#456F93 (or 0x456F93) is unknown color: approx Wedgewood. HEX triplet: 45, 6F and 93. RGB value is (69,111,147). Sum of RGB (Red+Green+Blue) = 69+111+147=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #456F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F93 is #BA906C. Grayscale: #666666. Windows color (decimal): -12226669 or 9662277. OLE color: 9662277.

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

Color convert

RGB69111147-
CMYK0.530.2400.42
HSL207.69º36.11%42.35%-
HSV(B)207.69º53.06%57.65%-
XYZ13.4114.7429.74-
YUV102.55153.09104.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=21.10%
G=33.94%
B=44.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691111470.530.2400.42207.6936.1142.35
Hex456F93351802Ad0242a
Octal10515722365300523204452
Binary100010111011111001001111010111000010101011010000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,111,147); }

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

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

 a { background-color: rgb(69,111,147); }

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

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

 span { border-color: rgb(69,111,147); }

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