#41628E

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

Shades of Wedgewood #41628E

Tints of Wedgewood #41628E

Color information

#41628E (or 0x41628E) is unknown color: approx Wedgewood. HEX triplet: 41, 62 and 8E. RGB value is (65,98,142). Sum of RGB (Red+Green+Blue) = 65+98+142=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #41628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41628E is #BE9D71. Grayscale: #5C5C5C. Windows color (decimal): -12492146 or 9331265. OLE color: 9331265.

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

Color convert

RGB6598142-
CMYK0.540.3100.44
HSL214.29º37.2%40.59%-
HSV(B)214.29º54.23%55.69%-
XYZ11.4311.8127.27-
YUV93.15155.57107.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=21.31%
G=32.13%
B=46.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65981420.540.3100.44214.2937.240.59
Hex41628E361F02Cd62529
Octal10114221666370543264551
Binary100000111000101000111011011011111010110011010110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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