#446C8A

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

Shades of Wedgewood #446C8A

Tints of Wedgewood #446C8A

Color information

#446C8A (or 0x446C8A) is unknown color: approx Wedgewood. HEX triplet: 44, 6C and 8A. RGB value is (68,108,138). Sum of RGB (Red+Green+Blue) = 68+108+138=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #446C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446C8A is #BB9375. Grayscale: #636363. Windows color (decimal): -12292982 or 9071684. OLE color: 9071684.

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

Color convert

RGB68108138-
CMYK0.510.2200.46
HSL205.71º33.98%40.39%-
HSV(B)205.71º50.72%54.12%-
XYZ12.3313.7926.06-
YUV99.46149.75105.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=21.66%
G=34.39%
B=43.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681081380.510.2200.46205.7133.9840.39
Hex446C8A331602Ece2228
Octal10415421263260563164250
Binary100010011011001000101011001110110010111011001110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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