#416582

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

Shades of Wedgewood #416582

Tints of Wedgewood #416582

Color information

#416582 (or 0x416582) is unknown color: approx Wedgewood. HEX triplet: 41, 65 and 82. RGB value is (65,101,130). Sum of RGB (Red+Green+Blue) = 65+101+130=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #416582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416582 is #BE9A7D. Grayscale: #5D5D5D. Windows color (decimal): -12491390 or 8545601. OLE color: 8545601.

HSL color Cylindrical-coordinate representation of color #416582: hue angle of 206.77º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416582 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB65101130-
CMYK0.500.2200.49
HSL206.77º33.33%38.24%-
HSV(B)206.77º50%50.98%-
XYZ10.8612.0422.87-
YUV93.54148.57107.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 101 (39.84% from 255) = 34.12%
BLUE value IS 130 (51.17% from 255) = 43.92%
R=21.96%
G=34.12%
B=43.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651011300.500.2200.49206.7733.3338.24
Hex4165823216031cf2126
Octal10114520262260613174146
Binary100000111001011000001011001010110011000111001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416582; }

 p { color: rgb(65,101,130); }

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

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

 a { background-color: rgb(65,101,130); }

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

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

 span { border-color: rgb(65,101,130); }

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