#41698B

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

Shades of Wedgewood #41698B

Tints of Wedgewood #41698B

Color information

#41698B (or 0x41698B) is unknown color: approx Wedgewood. HEX triplet: 41, 69 and 8B. RGB value is (65,105,139). Sum of RGB (Red+Green+Blue) = 65+105+139=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #41698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41698B is #BE9674. Grayscale: #606060. Windows color (decimal): -12490357 or 9136449. OLE color: 9136449.

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

Color convert

RGB65105139-
CMYK0.530.2400.45
HSL207.57º36.27%40%-
HSV(B)207.57º53.24%54.51%-
XYZ11.8913.0926.33-
YUV96.92151.75105.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.04%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=21.04%
G=33.98%
B=44.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651051390.530.2400.45207.5736.2740
Hex41698B351802Dd02428
Octal10115121365300553204450
Binary100000111010011000101111010111000010110111010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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