#44647E

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

Shades of Wedgewood #44647E

Tints of Wedgewood #44647E

Color information

#44647E (or 0x44647E) is unknown color: approx Wedgewood. HEX triplet: 44, 64 and 7E. RGB value is (68,100,126). Sum of RGB (Red+Green+Blue) = 68+100+126=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #44647E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44647E is #BB9B81. Grayscale: #5D5D5D. Windows color (decimal): -12295042 or 8283204. OLE color: 8283204.

HSL color Cylindrical-coordinate representation of color #44647E: hue angle of 206.9º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44647E is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB68100126-
CMYK0.460.2100.51
HSL206.9º29.9%38.04%-
HSV(B)206.9º46.03%49.41%-
XYZ10.7111.8521.46-
YUV93.4146.4109.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=23.13%
G=34.01%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal681001260.460.2100.51206.929.938.04
Hex44647E2E15033cf1e26
Octal10414417656250633173646
Binary1000100110010011111101011101010101100111100111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,100,126); }

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

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

 a { background-color: rgb(68,100,126); }

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

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

 span { border-color: rgb(68,100,126); }

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