#41445E

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

Shades of Port Gore #41445E

Tints of Port Gore #41445E

Color information

#41445E (or 0x41445E) is unknown color: approx Port Gore. HEX triplet: 41, 44 and 5E. RGB value is (65,68,94). Sum of RGB (Red+Green+Blue) = 65+68+94=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #41445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41445E is #BEBBA1. Grayscale: #454545. Windows color (decimal): -12499874 or 6177857. OLE color: 6177857.

HSL color Cylindrical-coordinate representation of color #41445E: hue angle of 233.79º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41445E is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB656894-
CMYK0.310.2800.63
HSL233.79º18.24%31.18%-
HSV(B)233.79º30.85%36.86%-
XYZ6.276.0711.43-
YUV70.07141.51124.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=28.63%
G=29.96%
B=41.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6568940.310.2800.63233.7918.2431.18
Hex41445E1F1C03Fea121f
Octal10110413637340773522237
Binary10000011000100101111011111111000111111111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,68,94); }

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

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

 a { background-color: rgb(65,68,94); }

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

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

 span { border-color: rgb(65,68,94); }

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