#446788

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

Shades of Wedgewood #446788

Tints of Wedgewood #446788

Color information

#446788 (or 0x446788) is unknown color: approx Wedgewood. HEX triplet: 44, 67 and 88. RGB value is (68,103,136). Sum of RGB (Red+Green+Blue) = 68+103+136=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #446788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446788 is #BB9877. Grayscale: #606060. Windows color (decimal): -12294264 or 8939332. OLE color: 8939332.

HSL color Cylindrical-coordinate representation of color #446788: hue angle of 209.12º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #446788 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB68103136-
CMYK0.500.2400.47
HSL209.12º33.33%40%-
HSV(B)209.12º50%53.33%-
XYZ11.6812.7125.13-
YUV96.3150.4107.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=22.15%
G=33.55%
B=44.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681031360.500.2400.47209.1233.3340
Hex446788321802Fd12128
Octal10414721062300573214150
Binary100010011001111000100011001011000010111111010001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446788; }

 p { color: rgb(68,103,136); }

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

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

 a { background-color: rgb(68,103,136); }

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

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

 span { border-color: rgb(68,103,136); }

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