#446385

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

Shades of Wedgewood #446385

Tints of Wedgewood #446385

Color information

#446385 (or 0x446385) is unknown color: approx Wedgewood. HEX triplet: 44, 63 and 85. RGB value is (68,99,133). Sum of RGB (Red+Green+Blue) = 68+99+133=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #446385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446385 is #BB9C7A. Grayscale: #5D5D5D. Windows color (decimal): -12295291 or 8741700. OLE color: 8741700.

HSL color Cylindrical-coordinate representation of color #446385: hue angle of 211.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446385 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6899133-
CMYK0.490.2600.48
HSL211.38º32.34%39.41%-
HSV(B)211.38º48.87%52.16%-
XYZ11.0811.8523.89-
YUV93.61150.23109.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=22.67%
G=33%
B=44.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68991330.490.2600.48211.3832.3439.41
Hex446385311A030d32027
Octal10414320561320603234047
Binary100010011000111000010111000111010011000011010011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446385; }

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

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

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

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

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

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

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

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