#456D88

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

Shades of Wedgewood #456D88

Tints of Wedgewood #456D88

Color information

#456D88 (or 0x456D88) is unknown color: approx Wedgewood. HEX triplet: 45, 6D and 88. RGB value is (69,109,136). Sum of RGB (Red+Green+Blue) = 69+109+136=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #456D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D88 is #BA9277. Grayscale: #636363. Windows color (decimal): -12227192 or 8940869. OLE color: 8940869.

HSL color Cylindrical-coordinate representation of color #456D88: hue angle of 204.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #456D88 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69109136-
CMYK0.490.2000.47
HSL204.18º32.68%40.2%-
HSV(B)204.18º49.26%53.33%-
XYZ12.3713.9825.34-
YUV100.12148.25105.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=21.97%
G=34.71%
B=43.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691091360.490.2000.47204.1832.6840.2
Hex456D88311402Fcc2128
Octal10515521061240573144150
Binary100010111011011000100011000110100010111111001100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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