#41658E

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

Shades of Wedgewood #41658E

Tints of Wedgewood #41658E

Color information

#41658E (or 0x41658E) is unknown color: approx Wedgewood. HEX triplet: 41, 65 and 8E. RGB value is (65,101,142). Sum of RGB (Red+Green+Blue) = 65+101+142=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #41658E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41658E is #BE9A71. Grayscale: #5E5E5E. Windows color (decimal): -12491378 or 9332033. OLE color: 9332033.

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

Color convert

RGB65101142-
CMYK0.540.2900.44
HSL211.95º37.2%40.59%-
HSV(B)211.95º54.23%55.69%-
XYZ11.7212.3827.36-
YUV94.91154.57106.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=21.10%
G=32.79%
B=46.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651011420.540.2900.44211.9537.240.59
Hex41658E361D02Cd42529
Octal10114521666350543244551
Binary100000111001011000111011011011101010110011010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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