#44668E

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

Shades of Wedgewood #44668E

Tints of Wedgewood #44668E

Color information

#44668E (or 0x44668E) is unknown color: approx Wedgewood. HEX triplet: 44, 66 and 8E. RGB value is (68,102,142). Sum of RGB (Red+Green+Blue) = 68+102+142=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #44668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44668E is #BB9971. Grayscale: #606060. Windows color (decimal): -12294514 or 9332292. OLE color: 9332292.

HSL color Cylindrical-coordinate representation of color #44668E: hue angle of 212.43º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44668E is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB68102142-
CMYK0.520.2800.44
HSL212.43º35.24%41.18%-
HSV(B)212.43º52.11%55.69%-
XYZ12.0212.6827.41-
YUV96.39153.74107.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=21.79%
G=32.69%
B=45.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681021420.520.2800.44212.4335.2441.18
Hex44668E341C02Cd42329
Octal10414621664340543244351
Binary100010011001101000111011010011100010110011010100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44668E; }

 p { color: rgb(68,102,142); }

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

<style>
 a { background-color: #44668E; }

 a { background-color: rgb(68,102,142); }

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

<style>
 span { border-color: #44668E; }

 span { border-color: rgb(68,102,142); }

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