#44698D

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

Shades of Wedgewood #44698D

Tints of Wedgewood #44698D

Color information

#44698D (or 0x44698D) is unknown color: approx Wedgewood. HEX triplet: 44, 69 and 8D. RGB value is (68,105,141). Sum of RGB (Red+Green+Blue) = 68+105+141=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #44698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44698D is #BB9672. Grayscale: #616161. Windows color (decimal): -12293747 or 9267524. OLE color: 9267524.

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

Color convert

RGB68105141-
CMYK0.520.2600.45
HSL209.59º34.93%40.98%-
HSV(B)209.59º51.77%55.29%-
XYZ12.2413.2627.11-
YUV98.04152.24106.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=21.66%
G=33.44%
B=44.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681051410.520.2600.45209.5934.9340.98
Hex44698D341A02Dd22329
Octal10415121564320553224351
Binary100010011010011000110111010011010010110111010010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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