#416482

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

Shades of Wedgewood #416482

Tints of Wedgewood #416482

Color information

#416482 (or 0x416482) is unknown color: approx Wedgewood. HEX triplet: 41, 64 and 82. RGB value is (65,100,130). Sum of RGB (Red+Green+Blue) = 65+100+130=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #416482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416482 is #BE9B7D. Grayscale: #5C5C5C. Windows color (decimal): -12491646 or 8545345. OLE color: 8545345.

HSL color Cylindrical-coordinate representation of color #416482: hue angle of 207.69º 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 #416482 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB65100130-
CMYK0.500.2300.49
HSL207.69º33.33%38.24%-
HSV(B)207.69º50%50.98%-
XYZ10.7711.8522.84-
YUV92.95148.9108.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.03%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=22.03%
G=33.90%
B=44.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651001300.500.2300.49207.6933.3338.24
Hex4164823217031d02126
Octal10114420262270613204146
Binary100000111001001000001011001010111011000111010000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416482; }

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

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

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

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

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

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

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

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