#41638B

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

Shades of Wedgewood #41638B

Tints of Wedgewood #41638B

Color information

#41638B (or 0x41638B) is unknown color: approx Wedgewood. HEX triplet: 41, 63 and 8B. RGB value is (65,99,139). Sum of RGB (Red+Green+Blue) = 65+99+139=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #41638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41638B is #BE9C74. Grayscale: #5D5D5D. Windows color (decimal): -12491893 or 9134913. OLE color: 9134913.

HSL color Cylindrical-coordinate representation of color #41638B: hue angle of 212.43º 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 #41638B is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6599139-
CMYK0.530.2900.45
HSL212.43º36.27%40%-
HSV(B)212.43º53.24%54.51%-
XYZ11.311.9126.13-
YUV93.39153.74107.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=21.45%
G=32.67%
B=45.87%

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
Decimal65991390.530.2900.45212.4336.2740
Hex41638B351D02Dd42428
Octal10114321365350553244450
Binary100000111000111000101111010111101010110111010100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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