#41628B

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

Shades of Wedgewood #41628B

Tints of Wedgewood #41628B

Color information

#41628B (or 0x41628B) is unknown color: approx Wedgewood. HEX triplet: 41, 62 and 8B. RGB value is (65,98,139). Sum of RGB (Red+Green+Blue) = 65+98+139=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #41628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41628B is #BE9D74. Grayscale: #5C5C5C. Windows color (decimal): -12492149 or 9134657. OLE color: 9134657.

HSL color Cylindrical-coordinate representation of color #41628B: hue angle of 213.24º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41628B is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6598139-
CMYK0.530.2900.45
HSL213.24º36.27%40%-
HSV(B)213.24º53.24%54.51%-
XYZ11.2111.7226.1-
YUV92.81154.07108.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 139 (54.69% from 255) = 46.03%
R=21.52%
G=32.45%
B=46.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65981390.530.2900.45213.2436.2740
Hex41628B351D02Dd52428
Octal10114221365350553254450
Binary100000111000101000101111010111101010110111010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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