#456688

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

Shades of Wedgewood #456688

Tints of Wedgewood #456688

Color information

#456688 (or 0x456688) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 88. RGB value is (69,102,136). Sum of RGB (Red+Green+Blue) = 69+102+136=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #456688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456688 is #BA9977. Grayscale: #5F5F5F. Windows color (decimal): -12228984 or 8939077. OLE color: 8939077.

HSL color Cylindrical-coordinate representation of color #456688: hue angle of 210.45º 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 #456688 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69102136-
CMYK0.490.2500.47
HSL210.45º32.68%40.2%-
HSV(B)210.45º49.26%53.33%-
XYZ11.6512.5525.1-
YUV96.01150.57108.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=22.48%
G=33.22%
B=44.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691021360.490.2500.47210.4532.6840.2
Hex456688311902Fd22128
Octal10514621061310573224150
Binary100010111001101000100011000111001010111111010010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456688; }

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

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

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

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

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

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

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

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