#45688A

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

Shades of Wedgewood #45688A

Tints of Wedgewood #45688A

Color information

#45688A (or 0x45688A) is unknown color: approx Wedgewood. HEX triplet: 45, 68 and 8A. RGB value is (69,104,138). Sum of RGB (Red+Green+Blue) = 69+104+138=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #45688A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45688A is #BA9775. Grayscale: #616161. Windows color (decimal): -12228470 or 9070661. OLE color: 9070661.

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

Color convert

RGB69104138-
CMYK0.50.2500.46
HSL209.57º33.33%40.59%-
HSV(B)209.57º50%54.12%-
XYZ11.991325.92-
YUV97.41150.9107.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 104 (41.02% from 255) = 33.44%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=22.19%
G=33.44%
B=44.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691041380.50.2500.46209.5733.3340.59
Hex45688A321902Ed22129
Octal10515021262310563224151
Binary100010111010001000101011001011001010111011010010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45688A; }

 p { color: rgb(69,104,138); }

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

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

 a { background-color: rgb(69,104,138); }

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

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

 span { border-color: rgb(69,104,138); }

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