#446C8B

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

Shades of Wedgewood #446C8B

Tints of Wedgewood #446C8B

Color information

#446C8B (or 0x446C8B) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 8B. RGB value is (68,108,139). Sum of RGB (Red+Green+Blue) = 68+108+139=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #446C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C8B is #BB9374. Grayscale: #636363. Windows color (decimal): -12292981 or 9137220. OLE color: 9137220.

HSL color Cylindrical-coordinate representation of color #446C8B: hue angle of 206.2º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #446C8B is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB68108139-
CMYK0.510.2200.45
HSL206.2º34.3%40.59%-
HSV(B)206.2º51.08%54.51%-
XYZ12.4113.8226.44-
YUV99.57150.25105.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=21.59%
G=34.29%
B=44.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681081390.510.2200.45206.234.340.59
Hex446C8B331602Dce2229
Octal10415421363260553164251
Binary100010011011001000101111001110110010110111001110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C8B; }

 p { color: rgb(68,108,139); }

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

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

 a { background-color: rgb(68,108,139); }

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

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

 span { border-color: rgb(68,108,139); }

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