#456189

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

Shades of Wedgewood #456189

Tints of Wedgewood #456189

Color information

#456189 (or 0x456189) is unknown color: approx Wedgewood. HEX triplet: 45, 61 and 89. RGB value is (69,97,137). Sum of RGB (Red+Green+Blue) = 69+97+137=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #456189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456189 is #BA9E76. Grayscale: #5D5D5D. Windows color (decimal): -12230263 or 9003333. OLE color: 9003333.

HSL color Cylindrical-coordinate representation of color #456189: hue angle of 215.29º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456189 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6997137-
CMYK0.500.2900.46
HSL215.29º33.01%40.39%-
HSV(B)215.29º49.64%53.73%-
XYZ11.2411.6225.32-
YUV93.19152.72110.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.77%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 137 (53.91% from 255) = 45.21%
R=22.77%
G=32.01%
B=45.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69971370.500.2900.46215.2933.0140.39
Hex456189321D02Ed72128
Octal10514121162350563274150
Binary100010111000011000100111001011101010111011010111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456189; }

 p { color: rgb(69,97,137); }

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

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

 a { background-color: rgb(69,97,137); }

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

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

 span { border-color: rgb(69,97,137); }

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