#44638A

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

Shades of Wedgewood #44638A

Tints of Wedgewood #44638A

Color information

#44638A (or 0x44638A) is unknown color: approx Wedgewood. HEX triplet: 44, 63 and 8A. RGB value is (68,99,138). Sum of RGB (Red+Green+Blue) = 68+99+138=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #44638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44638A is #BB9C75. Grayscale: #5D5D5D. Windows color (decimal): -12295286 or 9069380. OLE color: 9069380.

HSL color Cylindrical-coordinate representation of color #44638A: hue angle of 213.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44638A is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6899138-
CMYK0.510.2800.46
HSL213.43º33.98%40.39%-
HSV(B)213.43º50.72%54.12%-
XYZ11.4311.9925.76-
YUV94.18152.73109.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=22.30%
G=32.46%
B=45.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68991380.510.2800.46213.4333.9840.39
Hex44638A331C02Ed52228
Octal10414321263340563254250
Binary100010011000111000101011001111100010111011010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44638A; }

 p { color: rgb(68,99,138); }

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

<style>
 a { background-color: #44638A; }

 a { background-color: rgb(68,99,138); }

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

<style>
 span { border-color: #44638A; }

 span { border-color: rgb(68,99,138); }

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