#41486A

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

Shades of Port Gore #41486A

Tints of Port Gore #41486A

Color information

#41486A (or 0x41486A) is unknown color: approx Port Gore. HEX triplet: 41, 48 and 6A. RGB value is (65,72,106). Sum of RGB (Red+Green+Blue) = 65+72+106=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #41486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41486A is #BEB795. Grayscale: #494949. Windows color (decimal): -12498838 or 6965313. OLE color: 6965313.

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

Color convert

RGB6572106-
CMYK0.390.3200.58
HSL229.76º23.98%33.53%-
HSV(B)229.76º38.68%41.57%-
XYZ7.16.814.57-
YUV73.78146.18121.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 106 (41.80% from 255) = 43.62%
R=26.75%
G=29.63%
B=43.62%

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
Decimal65721060.390.3200.58229.7623.9833.53
Hex41486A272003Ae61822
Octal10111015247400723463042
Binary10000011001000110101010011110000001110101110011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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