#45668B

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

Shades of Wedgewood #45668B

Tints of Wedgewood #45668B

Color information

#45668B (or 0x45668B) is unknown color: approx Wedgewood. HEX triplet: 45, 66 and 8B. RGB value is (69,102,139). Sum of RGB (Red+Green+Blue) = 69+102+139=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #45668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45668B is #BA9974. Grayscale: #606060. Windows color (decimal): -12228981 or 9135685. OLE color: 9135685.

HSL color Cylindrical-coordinate representation of color #45668B: hue angle of 211.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45668B is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB69102139-
CMYK0.500.2700.45
HSL211.71º33.65%40.78%-
HSV(B)211.71º50.36%54.51%-
XYZ11.8712.6326.24-
YUV96.35152.07108.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=22.26%
G=32.90%
B=44.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691021390.500.2700.45211.7133.6540.78
Hex45668B321B02Dd42229
Octal10514621362330553244251
Binary100010111001101000101111001011011010110111010100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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