#446484

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

Shades of Wedgewood #446484

Tints of Wedgewood #446484

Color information

#446484 (or 0x446484) is unknown color: approx Wedgewood. HEX triplet: 44, 64 and 84. RGB value is (68,100,132). Sum of RGB (Red+Green+Blue) = 68+100+132=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #446484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446484 is #BB9B7B. Grayscale: #5D5D5D. Windows color (decimal): -12295036 or 8676420. OLE color: 8676420.

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

Color convert

RGB68100132-
CMYK0.480.2400.48
HSL210º32%39.22%-
HSV(B)210º48.48%51.76%-
XYZ11.1112.0123.56-
YUV94.08149.4109.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 100 (39.45% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 44%
R=22.67%
G=33.33%
B=44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal681001320.480.2400.482103239.22
Hex4464843018030d22027
Octal10414420460300603224047
Binary100010011001001000010011000011000011000011010010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446484; }

 p { color: rgb(68,100,132); }

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

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

 a { background-color: rgb(68,100,132); }

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

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

 span { border-color: rgb(68,100,132); }

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