#44618A

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

Shades of Wedgewood #44618A

Tints of Wedgewood #44618A

Color information

#44618A (or 0x44618A) is unknown color: approx Wedgewood. HEX triplet: 44, 61 and 8A. RGB value is (68,97,138). Sum of RGB (Red+Green+Blue) = 68+97+138=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #44618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44618A is #BB9E75. Grayscale: #5C5C5C. Windows color (decimal): -12295798 or 9068868. OLE color: 9068868.

HSL color Cylindrical-coordinate representation of color #44618A: hue angle of 215.14º 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 #44618A is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6897138-
CMYK0.510.3000.46
HSL215.14º33.98%40.39%-
HSV(B)215.14º50.72%54.12%-
XYZ11.2511.6125.69-
YUV93153.39110.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=22.44%
G=32.01%
B=45.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68971380.510.3000.46215.1433.9840.39
Hex44618A331E02Ed72228
Octal10414121263360563274250
Binary100010011000011000101011001111110010111011010111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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