#41496D

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

Shades of Port Gore #41496D

Tints of Port Gore #41496D

Color information

#41496D (or 0x41496D) is unknown color: approx Port Gore. HEX triplet: 41, 49 and 6D. RGB value is (65,73,109). Sum of RGB (Red+Green+Blue) = 65+73+109=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #41496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41496D is #BEB692. Grayscale: #4A4A4A. Windows color (decimal): -12498579 or 7162177. OLE color: 7162177.

HSL color Cylindrical-coordinate representation of color #41496D: hue angle of 229.09º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41496D is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6573109-
CMYK0.400.3300.57
HSL229.09º25.29%34.12%-
HSV(B)229.09º40.37%42.75%-
XYZ7.326.9915.43-
YUV74.71147.35121.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.32%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=26.32%
G=29.55%
B=44.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65731090.400.3300.57229.0925.2934.12
Hex41496D2821039e51922
Octal10111115550410713453142
Binary10000011001001110110110100010000101110011110010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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