#41608B

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

Shades of Wedgewood #41608B

Tints of Wedgewood #41608B

Color information

#41608B (or 0x41608B) is unknown color: approx Wedgewood. HEX triplet: 41, 60 and 8B. RGB value is (65,96,139). Sum of RGB (Red+Green+Blue) = 65+96+139=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #41608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41608B is #BE9F74. Grayscale: #5B5B5B. Windows color (decimal): -12492661 or 9134145. OLE color: 9134145.

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

Color convert

RGB6596139-
CMYK0.530.3100.45
HSL214.86º36.27%40%-
HSV(B)214.86º53.24%54.51%-
XYZ11.0211.3526.04-
YUV91.63154.73109-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.67%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 139 (54.69% from 255) = 46.33%
R=21.67%
G=32%
B=46.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65961390.530.3100.45214.8636.2740
Hex41608B351F02Dd72428
Octal10114021365370553274450
Binary100000111000001000101111010111111010110111010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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