#416584

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

Shades of Wedgewood #416584

Tints of Wedgewood #416584

Color information

#416584 (or 0x416584) is unknown color: approx Wedgewood. HEX triplet: 41, 65 and 84. RGB value is (65,101,132). Sum of RGB (Red+Green+Blue) = 65+101+132=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #416584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416584 is #BE9A7B. Grayscale: #5D5D5D. Windows color (decimal): -12491388 or 8676673. OLE color: 8676673.

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

Color convert

RGB65101132-
CMYK0.510.2300.48
HSL207.76º34.01%38.63%-
HSV(B)207.76º50.76%51.76%-
XYZ1112.123.59-
YUV93.77149.57107.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=21.81%
G=33.89%
B=44.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651011320.510.2300.48207.7634.0138.63
Hex4165843317030d02227
Octal10114520463270603204247
Binary100000111001011000010011001110111011000011010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416584; }

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

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

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

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

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

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

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

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