#41668E

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

Shades of Wedgewood #41668E

Tints of Wedgewood #41668E

Color information

#41668E (or 0x41668E) is unknown color: approx Wedgewood. HEX triplet: 41, 66 and 8E. RGB value is (65,102,142). Sum of RGB (Red+Green+Blue) = 65+102+142=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #41668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41668E is #BE9971. Grayscale: #5F5F5F. Windows color (decimal): -12491122 or 9332289. OLE color: 9332289.

HSL color Cylindrical-coordinate representation of color #41668E: hue angle of 211.17º 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 #41668E is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB65102142-
CMYK0.540.2800.44
HSL211.17º37.2%40.59%-
HSV(B)211.17º54.23%55.69%-
XYZ11.8112.5827.4-
YUV95.5154.24106.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=21.04%
G=33.01%
B=45.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651021420.540.2800.44211.1737.240.59
Hex41668E361C02Cd32529
Octal10114621666340543234551
Binary100000111001101000111011011011100010110011010011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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