#41466E

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

Shades of Port Gore #41466E

Tints of Port Gore #41466E

Color information

#41466E (or 0x41466E) is unknown color: approx Port Gore. HEX triplet: 41, 46 and 6E. RGB value is (65,70,110). Sum of RGB (Red+Green+Blue) = 65+70+110=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 110 - color contains mainly: blue. Hex color #41466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41466E is #BEB991. Grayscale: #484848. Windows color (decimal): -12499346 or 7226945. OLE color: 7226945.

HSL color Cylindrical-coordinate representation of color #41466E: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #41466E is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6570110-
CMYK0.410.3600.57
HSL233.33º25.71%34.31%-
HSV(B)233.33º40.91%43.14%-
XYZ7.186.6315.65-
YUV73.06148.84122.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 44.90%
R=26.53%
G=28.57%
B=44.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65701100.410.3600.57233.3325.7134.31
Hex41466E2924039e91a22
Octal10110615651440713513242
Binary10000011000110110111010100110010001110011110100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41466E; }

 p { color: rgb(65,70,110); }

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

<style>
 a { background-color: #41466E; }

 a { background-color: rgb(65,70,110); }

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

<style>
 span { border-color: #41466E; }

 span { border-color: rgb(65,70,110); }

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