#416893

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

Shades of Wedgewood #416893

Tints of Wedgewood #416893

Color information

#416893 (or 0x416893) is unknown color: approx Wedgewood. HEX triplet: 41, 68 and 93. RGB value is (65,104,147). Sum of RGB (Red+Green+Blue) = 65+104+147=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #416893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416893 is #BE976C. Grayscale: #616161. Windows color (decimal): -12490605 or 9660481. OLE color: 9660481.

HSL color Cylindrical-coordinate representation of color #416893: hue angle of 211.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #416893 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65104147-
CMYK0.560.2900.42
HSL211.46º38.68%41.57%-
HSV(B)211.46º55.78%57.65%-
XYZ12.413.1329.48-
YUV97.24156.08105-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 147 (57.81% from 255) = 46.52%
R=20.57%
G=32.91%
B=46.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651041470.560.2900.42211.4638.6841.57
Hex416893381D02Ad3272a
Octal10115022370350523234752
Binary100000111010001001001111100011101010101011010011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416893; }

 p { color: rgb(65,104,147); }

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

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

 a { background-color: rgb(65,104,147); }

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

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

 span { border-color: rgb(65,104,147); }

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