#41496B

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

Shades of Port Gore #41496B

Tints of Port Gore #41496B

Color information

#41496B (or 0x41496B) is unknown color: approx Port Gore. HEX triplet: 41, 49 and 6B. RGB value is (65,73,107). Sum of RGB (Red+Green+Blue) = 65+73+107=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #41496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41496B is #BEB694. Grayscale: #4A4A4A. Windows color (decimal): -12498581 or 7031105. OLE color: 7031105.

HSL color Cylindrical-coordinate representation of color #41496B: hue angle of 228.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41496B is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6573107-
CMYK0.390.3200.58
HSL228.57º24.42%33.73%-
HSV(B)228.57º39.25%41.96%-
XYZ7.226.9514.87-
YUV74.48146.35121.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=26.53%
G=29.80%
B=43.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65731070.390.3200.58228.5724.4233.73
Hex41496B272003Ae51822
Octal10111115347400723453042
Binary10000011001001110101110011110000001110101110010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,73,107); }

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

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

 a { background-color: rgb(65,73,107); }

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

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

 span { border-color: rgb(65,73,107); }

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