#45668A

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

Shades of Wedgewood #45668A

Tints of Wedgewood #45668A

Color information

#45668A (or 0x45668A) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 8A. RGB value is (69,102,138). Sum of RGB (Red+Green+Blue) = 69+102+138=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #45668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45668A is #BA9975. Grayscale: #606060. Windows color (decimal): -12228982 or 9070149. OLE color: 9070149.

HSL color Cylindrical-coordinate representation of color #45668A: hue angle of 211.3º 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 #45668A is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69102138-
CMYK0.50.2600.46
HSL211.3º33.33%40.59%-
HSV(B)211.3º50%54.12%-
XYZ11.7912.625.86-
YUV96.24151.57108.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=22.33%
G=33.01%
B=44.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691021380.50.2600.46211.333.3340.59
Hex45668A321A02Ed32129
Octal10514621262320563234151
Binary100010111001101000101011001011010010111011010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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