#41486B

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

Shades of Port Gore #41486B

Tints of Port Gore #41486B

Color information

#41486B (or 0x41486B) is unknown color: approx Port Gore. HEX triplet: 41, 48 and 6B. RGB value is (65,72,107). Sum of RGB (Red+Green+Blue) = 65+72+107=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #41486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41486B is #BEB794. Grayscale: #494949. Windows color (decimal): -12498837 or 7030849. OLE color: 7030849.

HSL color Cylindrical-coordinate representation of color #41486B: hue angle of 230º 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 #41486B is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6572107-
CMYK0.390.3300.58
HSL230º24.42%33.73%-
HSV(B)230º39.25%41.96%-
XYZ7.156.8214.85-
YUV73.9146.68121.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=26.64%
G=29.51%
B=43.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65721070.390.3300.5823024.4233.73
Hex41486B272103Ae61822
Octal10111015347410723463042
Binary10000011001000110101110011110000101110101110011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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