#41698E

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

Shades of Wedgewood #41698E

Tints of Wedgewood #41698E

Color information

#41698E (or 0x41698E) is unknown color: approx Wedgewood. HEX triplet: 41, 69 and 8E. RGB value is (65,105,142). Sum of RGB (Red+Green+Blue) = 65+105+142=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #41698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41698E is #BE9671. Grayscale: #616161. Windows color (decimal): -12490354 or 9333057. OLE color: 9333057.

HSL color Cylindrical-coordinate representation of color #41698E: hue angle of 208.83º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41698E is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65105142-
CMYK0.540.2600.44
HSL208.83º37.2%40.59%-
HSV(B)208.83º54.23%55.69%-
XYZ12.1113.1827.5-
YUV97.26153.25104.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.83%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=20.83%
G=33.65%
B=45.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651051420.540.2600.44208.8337.240.59
Hex41698E361A02Cd12529
Octal10115121666320543214551
Binary100000111010011000111011011011010010110011010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41698E; }

 p { color: rgb(65,105,142); }

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

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

 a { background-color: rgb(65,105,142); }

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

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

 span { border-color: rgb(65,105,142); }

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