#41648E

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

Shades of Wedgewood #41648E

Tints of Wedgewood #41648E

Color information

#41648E (or 0x41648E) is unknown color: approx Wedgewood. HEX triplet: 41, 64 and 8E. RGB value is (65,100,142). Sum of RGB (Red+Green+Blue) = 65+100+142=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #41648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41648E is #BE9B71. Grayscale: #5E5E5E. Windows color (decimal): -12491634 or 9331777. OLE color: 9331777.

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

Color convert

RGB65100142-
CMYK0.540.3000.44
HSL212.73º37.2%40.59%-
HSV(B)212.73º54.23%55.69%-
XYZ11.6212.1927.33-
YUV94.32154.9107.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.17%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=21.17%
G=32.57%
B=46.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651001420.540.3000.44212.7337.240.59
Hex41648E361E02Cd52529
Octal10114421666360543254551
Binary100000111001001000111011011011110010110011010101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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