#44698B

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

Shades of Wedgewood #44698B

Tints of Wedgewood #44698B

Color information

#44698B (or 0x44698B) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 8B. RGB value is (68,105,139). Sum of RGB (Red+Green+Blue) = 68+105+139=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #44698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44698B is #BB9674. Grayscale: #616161. Windows color (decimal): -12293749 or 9136452. OLE color: 9136452.

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

Color convert

RGB68105139-
CMYK0.510.2400.45
HSL208.73º34.3%40.59%-
HSV(B)208.73º51.08%54.51%-
XYZ12.113.226.34-
YUV97.81151.24106.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=21.79%
G=33.65%
B=44.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681051390.510.2400.45208.7334.340.59
Hex44698B331802Dd12229
Octal10415121363300553214251
Binary100010011010011000101111001111000010110111010001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,105,139); }

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

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

 a { background-color: rgb(68,105,139); }

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

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

 span { border-color: rgb(68,105,139); }

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